File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### Version 1.20.1 - 2.2.3
4+
5+ - fix game crashing on startup
6+
37### Version 1.20.1 - 2.2.2
48
59- fix wrong attribute scaling when using difficulty-based-scaling
Original file line number Diff line number Diff line change 11plugins {
2- id ' fabric-loom' version ' 1.6 -SNAPSHOT' apply(false )
2+ id ' fabric-loom' version ' 1.8 -SNAPSHOT' apply(false )
33 id ' net.minecraftforge.gradle' version ' [6.0,6.2)' apply(false )
44 id ' org.spongepowered.gradle.vanilla' version ' 0.2.1-SNAPSHOT' apply(false )
55 id(" org.spongepowered.mixin" ) version " 0.7-SNAPSHOT" apply(false )
Original file line number Diff line number Diff line change @@ -29,10 +29,6 @@ dependencies {
2929}
3030
3131loom {
32- if (project(" :common" ). file(" src/main/resources/${ mod_id} .accesswidener" ). exists()) {
33- accessWidenerPath. set(project(" :common" ). file(" src/main/resources/${ mod_id} .accesswidener" ))
34- }
35-
3632 mixin {
3733 defaultRefmapName. set(" ${ mod_id} .refmap.json" )
3834 }
Original file line number Diff line number Diff line change @@ -9,20 +9,20 @@ auto_service_version=1.1.1
99
1010# Forge
1111forge_version =47.3.10
12- forge_loader_range =[46 ,)
12+ forge_loader_range =[47 ,)
1313
1414# Fabric
15- fabric_version =0.90.7 +1.20.1
16- fabric_loader_min =0.14
17- fabric_loader_version =0.14.24
15+ fabric_version =0.92.2 +1.20.1
16+ fabric_loader_min =0.15
17+ fabric_loader_version =0.16.7
1818fabric_range_min_inclusive =1.20.1
1919fabric_range_max_exclusive =1.20.2
2020
2121# Mod options
2222mod_name =RandomMobSizes
2323mod_author =Buecher_wurm
2424mod_id =random_mob_sizes
25- mod_version =2.2.2
25+ mod_version =2.2.3
2626mod_file_name =randommobsizes
2727
2828# Other Mods
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.8 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments