Fixed furnace cook-speed multiplier losing precision when calculating cook time
This commit is contained in:
@@ -53,7 +53,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
}
|
||||
|
||||
@@ -0,0 +0,0 @@ public abstract class TileEntityFurnace extends TileEntityContainer implements I
|
||||
}
|
||||
// Paper end
|
||||
|
||||
public static boolean isFuel(ItemStack itemstack) {
|
||||
- return f().containsKey(itemstack.getItem());
|
||||
|
||||
Reference in New Issue
Block a user