Update to Minecraft 1.12-pre6

This commit is contained in:
md_5
2017-05-30 21:25:59 +10:00
parent c155d8dd32
commit e13d119686
35 changed files with 297 additions and 260 deletions

View File

@@ -12,7 +12,7 @@
if (CraftingManager.recipes.d(minecraftkey)) {
throw new IllegalStateException("Duplicate recipe ignored with ID " + minecraftkey);
} else {
+ irecipe.key = minecraftkey; // CraftBukkit
+ irecipe.setKey(minecraftkey); // CraftBukkit
CraftingManager.recipes.a(CraftingManager.c++, minecraftkey, irecipe);
}
}