Skip to content

Commit

Permalink
Fix mappings version
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerS1066 committed Dec 10, 2023
1 parent ad21958 commit 3067cb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class IWorldHandler extends WorldHandler {

public IWorldHandler() {
String mappings = ((CraftMagicNumbers) CraftMagicNumbers.INSTANCE).getMappingsVersion();
if (!mappings.equals("3478a65bfd04b15b431fe107b3617dfc"))
if (!mappings.equals("60a2bb6bf2684dc61c56b90d7c41bddc"))
throw new IllegalStateException("Movecraft is not compatible with this version of Minecraft 1.20: " + mappings);
}

Expand Down

0 comments on commit 3067cb6

Please sign in to comment.