@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user