From 8ea0c87f515290c35baf0029f7b2e046c1ff49cb Mon Sep 17 00:00:00 2001 From: md_5 Date: Wed, 21 Dec 2016 07:00:00 +1100 Subject: Update to Minecraft 1.11.1 --- nms-patches/RecipesFurnace.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nms-patches/RecipesFurnace.patch') diff --git a/nms-patches/RecipesFurnace.patch b/nms-patches/RecipesFurnace.patch index 62124ddc..9bdd8edf 100644 --- a/nms-patches/RecipesFurnace.patch +++ b/nms-patches/RecipesFurnace.patch @@ -12,8 +12,8 @@ public static RecipesFurnace getInstance() { return RecipesFurnace.a; -@@ -54,6 +56,12 @@ - this.registerRecipe(Blocks.QUARTZ_ORE, new ItemStack(Items.QUARTZ), 0.2F); +@@ -78,6 +80,12 @@ + this.a(Items.GOLDEN_HORSE_ARMOR, new ItemStack(Items.GOLD_NUGGET), 0.1F); } + // CraftBukkit start - add method @@ -25,7 +25,7 @@ public void registerRecipe(Block block, ItemStack itemstack, float f) { this.a(Item.getItemOf(block), itemstack, f); } -@@ -68,13 +76,23 @@ +@@ -92,13 +100,23 @@ } public ItemStack getResult(ItemStack itemstack) { @@ -51,7 +51,7 @@ } entry = (Entry) iterator.next(); -@@ -92,13 +110,23 @@ +@@ -116,13 +134,23 @@ } public float b(ItemStack itemstack) { -- cgit v1.2.3