Skip to content

Commit

Permalink
port to 1.20.5, just a mapping mismatch so no code change
Browse files Browse the repository at this point in the history
  • Loading branch information
tildejustin committed Nov 20, 2024
1 parent 2e8888c commit 54716c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version "1.2-SNAPSHOT"
id 'fabric-loom' version "1.8-SNAPSHOT"
id 'maven-publish'
}

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ org.gradle.jvmargs=-Xmx1G

# More versions available at: https://grayray75.github.io/LegacyFabric-Versions/
# Fabric Properties
minecraft_version = 1.20.4
minecraft_version_range = 1.20.3-1.20.4
yarn_mappings=1.20.4+build.3
minecraft_version = 1.20.6
minecraft_version_range = 1.20.5-1.21.3
yarn_mappings=1.20.6+build.3
loader_version=0.14.24

# Mod Properties
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public static void tryLoadNewWorld() {
e.printStackTrace();
}
resetTracker.addWorld(newSave);
// method_57784 and method_54618 should be matched, but they aren't
MinecraftClient.getInstance().createIntegratedServerLoader().start(newSave.getName(), () -> {});
}

Expand Down

0 comments on commit 54716c9

Please sign in to comment.