@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/world/item/crafting/ShapedRecipes.java
|
||||
+++ b/net/minecraft/world/item/crafting/ShapedRecipes.java
|
||||
@@ -23,6 +23,13 @@
|
||||
@@ -24,6 +24,13 @@
|
||||
import net.minecraft.world.item.Items;
|
||||
import net.minecraft.world.level.World;
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
public class ShapedRecipes implements RecipeCrafting {
|
||||
|
||||
final int width;
|
||||
@@ -43,6 +50,67 @@
|
||||
this.result = itemstack;
|
||||
@@ -50,6 +57,67 @@
|
||||
this(minecraftkey, s, craftingbookcategory, i, j, nonnulllist, itemstack, true);
|
||||
}
|
||||
|
||||
+ // CraftBukkit start
|
||||
|
||||
Reference in New Issue
Block a user