File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' fabric-loom' version ' 1.8-SNAPSHOT '
2+ id " fabric-loom" version " ${ loom_version } "
33 id " com.modrinth.minotaur" version " 2.+"
44}
55
Original file line number Diff line number Diff line change @@ -4,14 +4,15 @@ org.gradle.parallel=true
44
55# Fabric Properties
66# check these on https://fabricmc.net/develop
7- minecraft_version =1.21.3
8- yarn_mappings =1.21.3+build.2
9- loader_version =0.16.9
7+ minecraft_version =1.21.4
8+ yarn_mappings =1.21.4+build.8
9+ loader_version =0.16.14
10+ loom_version =1.11-SNAPSHOT
1011
1112# Mod Properties
1213mod_version =0.0.0
1314maven_group =io.nihlen.scriptschunkloaders
1415archives_base_name =scripts-chunk-loaders
1516
1617# Dependencies
17- fabric_version =0.107.0 +1.21.3
18+ fabric_version =0.119.3 +1.21.4
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-8.10 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 2323 " scripts-chunk-loaders.mixins.json"
2424 ],
2525 "depends" : {
26- "fabricloader" : " >=0.16.9 " ,
27- "minecraft" : " 1.21.3 " ,
26+ "fabricloader" : " >=0.16.14 " ,
27+ "minecraft" : " 1.21.4 " ,
2828 "java" : " >=21" ,
2929 "fabric-api" : " *"
3030 }
You can’t perform that action at this time.
0 commit comments