Skip to content

Commit 4245ee8

Browse files
committed
fix game crashing on startup
1 parent 513e3ea commit 4245ee8

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
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)

fabric/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ dependencies {
2929
}
3030

3131
loom {
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
}

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ auto_service_version=1.1.1
99

1010
# Forge
1111
forge_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
1818
fabric_range_min_inclusive=1.20.1
1919
fabric_range_max_exclusive=1.20.2
2020

2121
# Mod options
2222
mod_name=RandomMobSizes
2323
mod_author=Buecher_wurm
2424
mod_id=random_mob_sizes
25-
mod_version=2.2.2
25+
mod_version=2.2.3
2626
mod_file_name=randommobsizes
2727

2828
# Other Mods

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)