Fixed Lathe returning on texture all the time
This commit is contained in:
parent
f32c81c780
commit
4ffa445b9b
4 changed files with 19 additions and 38 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue