Fixed texture error for fluid itemblocks.
This commit is contained in:
parent
bf5b649fc4
commit
9d1e64b1b2
8 changed files with 158 additions and 72 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue