@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user