File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
kotlin/net/fabricmc/example/mixin Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ kotlin.code.style=official
22archives_base_name =fabric-example-mod
33maven_group =net.fabricmc
44loom_version =1.0-SNAPSHOT
5- minecraft_version =1.19.2
6- yarn_mappings =1.19.2 +build.8
7- loader_version =0.14.9
8- fabric_kotlin_version =1.8.3 +kotlin.1.7.10
9- fabric_api_version =0.60 .0+1.19.2
5+ minecraft_version =1.19.3
6+ yarn_mappings =1.19.3 +build.5
7+ loader_version =0.14.12
8+ fabric_kotlin_version =1.9.0 +kotlin.1.8.0
9+ fabric_api_version =0.70 .0+1.19.3
1010mod_version =1.0.0
1111
1212org.gradle.jvmargs =-Xmx4000m
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo
88
99@Mixin(TitleScreen ::class )
1010class ExampleMixin {
11+
1112 @Inject(at = [At (" HEAD" )], method = [" init()V" ])
12- private fun init (info : CallbackInfo ) {
13+ private fun init (info : CallbackInfo ) {
1314 println (" This line is printed by an example mod mixin!" )
1415 }
1516}
Original file line number Diff line number Diff line change 3030 ],
3131
3232 "depends" : {
33- "fabricloader" : " >=0.14.9 " ,
33+ "fabricloader" : " >=0.14.12 " ,
3434 "fabric" : " *" ,
3535 "minecraft" : " 1.19.x" ,
3636 "java" : " >=17" ,
37- "fabric-language-kotlin" : " >=1.8.3 +kotlin.1.7.10 "
37+ "fabric-language-kotlin" : " >=1.9.0 +kotlin.1.8.0 "
3838 },
3939 "suggests" : {
4040 "another-mod" : " *"
You can’t perform that action at this time.
0 commit comments