@@ -14,7 +14,7 @@
|
||||
public class ShapedRecipes implements RecipeCrafting {
|
||||
|
||||
final int width;
|
||||
@@ -41,6 +48,66 @@
|
||||
@@ -43,6 +50,67 @@
|
||||
this.result = itemstack;
|
||||
}
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
+ CraftItemStack result = CraftItemStack.asCraftMirror(this.result);
|
||||
+ CraftShapedRecipe recipe = new CraftShapedRecipe(result, this);
|
||||
+ recipe.setGroup(this.group);
|
||||
+ recipe.setCategory(CraftRecipe.getCategory(this.category()));
|
||||
+
|
||||
+ switch (this.height) {
|
||||
+ case 1:
|
||||
|
||||
Reference in New Issue
Block a user