Gave the Industrial Sawmill a front texture

This commit is contained in:
Tntrololol 2015-06-11 15:06:21 -05:00
parent 5109c6b53b
commit df7199d113
4 changed files with 9 additions and 4 deletions

View file

@ -61,10 +61,10 @@ public class BlockIndustrialSawmill extends BlockMachineBase {
public void registerBlockIcons(IIconRegister icon)
{
this.blockIcon = icon.registerIcon("techreborn:machine/machine_side");
this.iconFront = icon.registerIcon("techreborn:machine/industrial_sawmill_off");
this.iconFront = icon.registerIcon("techreborn:machine/industrial_sawmill_on");
this.iconTop = icon.registerIcon("techreborn:machine/machine_top");
this.iconBottom = icon.registerIcon("techreborn:machine/machine_bottom");
this.iconFront = icon.registerIcon("techreborn:machine/industrial_sawmill_front_off");
this.iconFrontOn = icon.registerIcon("techreborn:machine/industrial_sawmill_front_on");
this.iconTop = icon.registerIcon("techreborn:machine/advanced_machine_side");
this.iconBottom = icon.registerIcon("techreborn:machine/advanced_machine_side");
}
@Override

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -0,0 +1,5 @@
{
"animation":{
"frametime":1
}
}