Fixed texture error for fluid itemblocks.

This commit is contained in:
drcrazy 2017-11-13 02:14:44 +03:00
parent bf5b649fc4
commit 9d1e64b1b2
8 changed files with 158 additions and 72 deletions

View file

@ -72,6 +72,7 @@ public class TileIronAlloyFurnace extends TileLegacyMachineBase
/**
* Returns the number of ticks that the supplied fuel item will keep the
* furnace burning, or 0 if the item isn't fuel
* @param stack Itemstack of fuel
* @return Integer Number of ticks
*/
public static int getItemBurnTime(ItemStack stack) {