@@ -46,7 +46,7 @@
|
||||
+ // CraftBukkit end
|
||||
+
|
||||
public TileEntityFurnace() {
|
||||
super(TileEntityTypes.b);
|
||||
super(TileEntityTypes.FURNACE);
|
||||
this.items = NonNullList.a(3, ItemStack.a);
|
||||
@@ -220,7 +254,7 @@
|
||||
}
|
||||
@@ -58,7 +58,7 @@
|
||||
|
||||
if (this.isBurning()) {
|
||||
@@ -238,9 +272,20 @@
|
||||
IRecipe irecipe = this.world.D().b(this, this.world);
|
||||
IRecipe irecipe = this.world.E().b(this, this.world);
|
||||
|
||||
if (!this.isBurning() && this.canBurn(irecipe)) {
|
||||
- this.burnTime = fuelTime(itemstack);
|
||||
|
||||
Reference in New Issue
Block a user