File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed
Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ tasks {
3030 processResources {
3131 inputs.property(" version" , project.version)
3232 filesMatching(" fabric.mod.json" ) {
33+ expand(getProperties())
3334 expand(mutableMapOf (" version" to project.version))
3435 }
3536 }
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22archives_base_name =fabric-example-mod
33maven_group =net.fabricmc
4- loom_version =1.0 -SNAPSHOT
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
4+ loom_version =1.2 -SNAPSHOT
5+ minecraft_version =1.20.1
6+ yarn_mappings =1.20.1 +build.5
7+ loader_version =0.14.21
8+ fabric_kotlin_version =1.9.5 +kotlin.1.8.22
9+ fabric_api_version =0.84 .0+1.20.1
1010mod_version =1.0.0
1111
1212org.gradle.jvmargs =-Xmx4000m
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 3030 ],
3131
3232 "depends" : {
33- "fabricloader" : " >=0.14.19 " ,
33+ "fabricloader" : " >=${loader_version} " ,
3434 "fabric-api" : " *" ,
35- "minecraft" : " ~1.19.4 " ,
35+ "minecraft" : " ~${minecraft_version} " ,
3636 "java" : " >=17" ,
37- "fabric-language-kotlin" : " >=1.9.2+kotlin.1.8.10 "
37+ "fabric-language-kotlin" : " >=${fabric_kotlin_version} "
3838 },
3939 "suggests" : {
4040 "another-mod" : " *"
You can’t perform that action at this time.
0 commit comments