summaryrefslogtreecommitdiffstats
path: root/nms-patches/RecipesFurnace.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/RecipesFurnace.patch')
-rw-r--r--nms-patches/RecipesFurnace.patch8
1 files changed, 4 insertions, 4 deletions
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) {