File tree 3 files changed +7
-7
lines changed
client/java/com/example/mixin/client
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ org.gradle.parallel=true
4
4
5
5
# Fabric Properties
6
6
# check these on https://fabricmc.net/develop
7
- minecraft_version =1.20.6
8
- yarn_mappings =1.20.6 +build.1
9
- loader_version =0.15.10
7
+ minecraft_version =1.21
8
+ yarn_mappings =1.21 +build.1
9
+ loader_version =0.15.11
10
10
11
11
# Mod Properties
12
12
mod_version =1.0.0
13
13
maven_group =com.example
14
14
archives_base_name =modid
15
15
16
16
# Dependencies
17
- fabric_version =0.97.8 +1.20.6
17
+ fabric_version =0.100.1 +1.21
Original file line number Diff line number Diff line change 9
9
@ Mixin (MinecraftClient .class )
10
10
public class ExampleClientMixin {
11
11
@ Inject (at = @ At ("HEAD" ), method = "run" )
12
- private void run (CallbackInfo info ) {
12
+ private void init (CallbackInfo info ) {
13
13
// This code is injected into the start of MinecraftClient.run()V
14
14
}
15
15
}
Original file line number Diff line number Diff line change 30
30
}
31
31
],
32
32
"depends" : {
33
- "fabricloader" : " >=0.15.10 " ,
34
- "minecraft" : " ~1.20.6 " ,
33
+ "fabricloader" : " >=0.15.11 " ,
34
+ "minecraft" : " ~1.21 " ,
35
35
"java" : " >=21" ,
36
36
"fabric-api" : " *"
37
37
},
You can’t perform that action at this time.
0 commit comments