Fixes #243
This commit is contained in:
parent
8f45d418e3
commit
842fa421ae
6 changed files with 11 additions and 7 deletions
|
@ -49,11 +49,11 @@ public class BlockChargeBench extends BlockMachineBase {
|
|||
@Override
|
||||
@SideOnly(Side.CLIENT)
|
||||
public void registerBlockIcons(IIconRegister icon) {
|
||||
this.blockIcon = icon.registerIcon("techreborn:machine/machine_side");
|
||||
this.iconFront = icon.registerIcon("techreborn:machine/machine_side");
|
||||
this.iconFrontOn = icon.registerIcon("techreborn:machine/machine_side");
|
||||
this.iconTop = icon.registerIcon("techreborn:machine/machine_top");
|
||||
this.iconBottom = icon.registerIcon("techreborn:machine/machine_bottom");
|
||||
this.blockIcon = icon.registerIcon("techreborn:machine/chargeBench_side");
|
||||
this.iconFront = icon.registerIcon("techreborn:machine/chargeBench_side");
|
||||
this.iconFrontOn = icon.registerIcon("techreborn:machine/chargeBench_side");
|
||||
this.iconTop = icon.registerIcon("techreborn:machine/chargeBench_side");
|
||||
this.iconBottom = icon.registerIcon("techreborn:machine/chargeBench_side");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue