Update to Minecraft 1.12-pre5

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2017-05-19 21:00:13 +10:00
parent 5284eb89a3
commit 530fe41851
47 changed files with 222 additions and 283 deletions

View File

@@ -1,6 +1,6 @@
--- a/net/minecraft/server/ShapedRecipes.java
+++ b/net/minecraft/server/ShapedRecipes.java
@@ -12,6 +12,10 @@
@@ -14,6 +14,10 @@
import java.util.Map;
import java.util.Map.Entry;
import javax.annotation.Nullable;
@@ -11,7 +11,7 @@
public class ShapedRecipes extends IRecipe {
@@ -28,6 +32,63 @@
@@ -30,6 +34,63 @@
this.result = itemstack;
}