Skip to content

Commit

Permalink
Fix Minecraft crashing on startup due to mapping error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorrell committed Mar 20, 2023
1 parent 28d7814 commit 05f11ea
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ public abstract class SchemasMixin {
value = "INVOKE",
target =
"Lcom/mojang/datafixers/DataFixerBuilder;addFixer(Lcom/mojang/datafixers/DataFix;)V",
ordinal = 225),
remap = false)
ordinal = 225))
private static void addSkyBlockGeneratorNameFix(DataFixerBuilder builder, CallbackInfo ci) {
Schema schema3079 = builder.addSchema(3079, 1, Schema3079::new);
builder.addFixer(new SkyBlockGeneratorNameFix(schema3079));
Expand Down

0 comments on commit 05f11ea

Please sign in to comment.