File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
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.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
5+ minecraft_version =1.19.4
6+ yarn_mappings =1.19.4 +build.2
7+ loader_version =0.14.19
8+ fabric_kotlin_version =1.9.2 +kotlin.1.8.10
9+ fabric_api_version =0.79 .0+1.19.4
1010mod_version =1.0.0
1111
12- org.gradle.jvmargs =-Xmx4000m
12+ org.gradle.jvmargs =-Xmx4000m
Original file line number Diff line number Diff line change 3030 ],
3131
3232 "depends" : {
33- "fabricloader" : " >=0.14.12 " ,
34- "fabric" : " *" ,
35- "minecraft" : " 1.19.x " ,
33+ "fabricloader" : " >=0.14.19 " ,
34+ "fabric-api " : " *" ,
35+ "minecraft" : " ~ 1.19.4 " ,
3636 "java" : " >=17" ,
37- "fabric-language-kotlin" : " >=1.9.0 +kotlin.1.8.0 "
37+ "fabric-language-kotlin" : " >=1.9.2 +kotlin.1.8.10 "
3838 },
3939 "suggests" : {
4040 "another-mod" : " *"
You can’t perform that action at this time.
0 commit comments