Update to Minecraft 1.13.1

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2018-08-26 12:00:00 +10:00
parent 034c12d001
commit f578d94680
182 changed files with 1891 additions and 1879 deletions

View File

@@ -19,7 +19,7 @@
+ public org.bukkit.inventory.ShapedRecipe toBukkitRecipe() {
+ CraftItemStack result = CraftItemStack.asCraftMirror(this.result);
+ CraftShapedRecipe recipe = new CraftShapedRecipe(result, this);
+ recipe.setGroup(this.f);
+ recipe.setGroup(this.group);
+
+ switch (this.height) {
+ case 1:
@@ -76,7 +76,7 @@
+ // CraftBukkit end
+
public MinecraftKey getKey() {
return this.e;
return this.key;
}
@@ -302,11 +366,11 @@
packetdataserializer.a(shapedrecipes.result);