Fixed Lathe returning on texture all the time

This commit is contained in:
Gig 2015-05-20 23:35:04 +01:00
parent f32c81c780
commit 4ffa445b9b
4 changed files with 19 additions and 38 deletions

View file

@ -40,7 +40,7 @@ public class BlockLathe extends BlockMachineBase {
{
this.blockIcon = icon.registerIcon("techreborn:machine/machine_side");
this.iconFront = icon.registerIcon("techreborn:machine/lathe_front_off");
this.iconFront = icon.registerIcon("techreborn:machine/lathe_front_on");
this.iconFrontOn = icon.registerIcon("techreborn:machine/lathe_front_on");
this.iconTop = icon.registerIcon("techreborn:machine/machine_top");
this.iconBottom = icon.registerIcon("techreborn:machine/machine_bottom");
}