Added proper textures to heat generator
This commit is contained in:
parent
2a754b2497
commit
af65c885b1
4 changed files with 4 additions and 4 deletions
|
@ -36,10 +36,10 @@ public class BlockHeatGenerator extends BlockMachineBase{
|
||||||
@SideOnly(Side.CLIENT)
|
@SideOnly(Side.CLIENT)
|
||||||
public void registerBlockIcons(IIconRegister icon)
|
public void registerBlockIcons(IIconRegister icon)
|
||||||
{
|
{
|
||||||
this.blockIcon = icon.registerIcon("techreborn:machine/machine_side");
|
this.blockIcon = icon.registerIcon("techreborn:machine/heat_generator_side");
|
||||||
this.iconFront = icon.registerIcon("techreborn:machine/machine_side");
|
this.iconFront = icon.registerIcon("techreborn:machine/heat_generator_side");
|
||||||
this.iconTop = icon.registerIcon("techreborn:machine/machine_top");
|
this.iconTop = icon.registerIcon("techreborn:machine/heat_generator_top");
|
||||||
this.iconBottom = icon.registerIcon("techreborn:machine/machine_bottom");
|
this.iconBottom = icon.registerIcon("techreborn:machine/heat_generator_bottom");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 697 B |
Binary file not shown.
After Width: | Height: | Size: 684 B |
Binary file not shown.
After Width: | Height: | Size: 698 B |
Loading…
Add table
Add a link
Reference in a new issue