Gave the Industrial Sawmill a front texture
This commit is contained in:
parent
5109c6b53b
commit
df7199d113
4 changed files with 9 additions and 4 deletions
|
@ -61,10 +61,10 @@ public class BlockIndustrialSawmill extends BlockMachineBase {
|
||||||
public void registerBlockIcons(IIconRegister icon)
|
public void registerBlockIcons(IIconRegister icon)
|
||||||
{
|
{
|
||||||
this.blockIcon = icon.registerIcon("techreborn:machine/machine_side");
|
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_front_off");
|
||||||
this.iconFront = icon.registerIcon("techreborn:machine/industrial_sawmill_on");
|
this.iconFrontOn = icon.registerIcon("techreborn:machine/industrial_sawmill_front_on");
|
||||||
this.iconTop = icon.registerIcon("techreborn:machine/machine_top");
|
this.iconTop = icon.registerIcon("techreborn:machine/advanced_machine_side");
|
||||||
this.iconBottom = icon.registerIcon("techreborn:machine/machine_bottom");
|
this.iconBottom = icon.registerIcon("techreborn:machine/advanced_machine_side");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 677 B |
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"animation":{
|
||||||
|
"frametime":1
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue