Started adding progress bars to other machines

This commit is contained in:
gigabit101 2015-07-21 17:53:43 +01:00
parent 0880ffac72
commit ab72f7dced
3 changed files with 26 additions and 9 deletions

View file

@ -72,12 +72,10 @@ public class BlockAlloySmelter extends BlockMachineBase {
if(side == metadata && tileAlloySmelter.crafter.isActive()){
return this.iconFrontOn;
}
return metadata == 0 && side == 3 ? this.iconFront
: side == 1 ? this.iconTop :
side == 0 ? this.iconBottom: (side == 0 ? this.iconTop
: (side == metadata ? this.iconFront : this.blockIcon));
}
@SideOnly(Side.CLIENT)