Fixed Digital Chest texture

This commit is contained in:
joflashstudios 2015-06-07 01:26:37 -04:00
parent 123c12ae45
commit 92af5a1537

View file

@ -49,7 +49,7 @@ public class BlockDigitalChest 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/qchest_side");
this.iconFront = icon.registerIcon("techreborn:machine/quantum_chest"); this.iconFront = icon.registerIcon("techreborn:machine/quantum_chest");
this.iconTop = icon.registerIcon("techreborn:machine/quantum_top"); this.iconTop = icon.registerIcon("techreborn:machine/quantum_top");
this.iconBottom = icon.registerIcon("techreborn:machine/machine_bottom"); this.iconBottom = icon.registerIcon("techreborn:machine/machine_bottom");