summaryrefslogtreecommitdiffstats
path: root/nms-patches/CraftingManager.patch
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2016-03-03 16:35:51 +1100
committermd_5 <git@md-5.net>2016-03-03 16:36:14 +1100
commit92439bb2317530ce3461d231fec14bedafd34aaf (patch)
treea58dbd2160f713448bf91248bd5ad7f5277b39e5 /nms-patches/CraftingManager.patch
parented8cef0edb8058ff9d5f452956e3b63036c64875 (diff)
downloadcraftbukkit-92439bb2317530ce3461d231fec14bedafd34aaf.tar
craftbukkit-92439bb2317530ce3461d231fec14bedafd34aaf.tar.gz
craftbukkit-92439bb2317530ce3461d231fec14bedafd34aaf.tar.lz
craftbukkit-92439bb2317530ce3461d231fec14bedafd34aaf.tar.xz
craftbukkit-92439bb2317530ce3461d231fec14bedafd34aaf.zip
SPIGOT-1674: Enable crafting of tipped arrows.
Diffstat (limited to 'nms-patches/CraftingManager.patch')
-rw-r--r--nms-patches/CraftingManager.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/nms-patches/CraftingManager.patch b/nms-patches/CraftingManager.patch
index 7435b9f8..9ecb653c 100644
--- a/nms-patches/CraftingManager.patch
+++ b/nms-patches/CraftingManager.patch
@@ -17,15 +17,6 @@
public static CraftingManager getInstance() {
return CraftingManager.a;
-@@ -32,7 +38,7 @@
- this.recipes.add(new RecipeMapExtend());
- this.recipes.add(new RecipeFireworks());
- this.recipes.add(new RecipeRepair());
-- this.recipes.add(new RecipeTippedArrow());
-+ // this.recipes.add(new RecipeTippedArrow());
- (new RecipesBanner()).a(this);
- (new RecipiesShield()).a(this);
- this.registerShapedRecipe(new ItemStack(Items.PAPER, 3), new Object[] { "###", Character.valueOf('#'), Items.REEDS});
@@ -176,7 +182,12 @@
this.registerShapedRecipe(new ItemStack(Blocks.HOPPER), new Object[] { "I I", "ICI", " I ", Character.valueOf('I'), Items.IRON_INGOT, Character.valueOf('C'), Blocks.CHEST});
this.registerShapedRecipe(new ItemStack(Items.ARMOR_STAND, 1), new Object[] { "///", " / ", "/_/", Character.valueOf('/'), Items.STICK, Character.valueOf('_'), new ItemStack(Blocks.STONE_SLAB, 1, BlockDoubleStepAbstract.EnumStoneSlabVariant.STONE.a())});