This commit is contained in:
modmuss50 2015-06-07 19:11:26 +01:00
commit 439a877ace
4 changed files with 4 additions and 4 deletions
src/main
java/techreborn/blocks/generator
resources/assets/techreborn/textures/blocks/machine

View file

@ -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

(image error) Size: 697 B

Binary file not shown.

After

(image error) Size: 684 B

Binary file not shown.

After

(image error) Size: 698 B