Work for #243 The charge bench has no texture

This commit is contained in:
Modmuss50 2015-11-11 13:20:03 +00:00
parent 701c658323
commit 1618a5ca6d
2 changed files with 13 additions and 5 deletions

View file

@ -52,8 +52,8 @@ public class BlockChargeBench extends BlockMachineBase {
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_side");
this.iconBottom = icon.registerIcon("techreborn:machine/machine_side");
this.iconTop = icon.registerIcon("techreborn:machine/machine_top");
this.iconBottom = icon.registerIcon("techreborn:machine/machine_bottom");
}
@Override