Fixed Digital Chest texture
This commit is contained in:
parent
123c12ae45
commit
92af5a1537
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Add table
Reference in a new issue