GUI update for assembly machine. Some work for #1512

This commit is contained in:
drcrazy 2018-05-08 18:05:49 +03:00
parent 7bc792fd69
commit ed9cdc7353
7 changed files with 40 additions and 157 deletions

View file

@ -39,7 +39,7 @@ public class BlockAssemblingMachine extends BlockMachineBase {
public BlockAssemblingMachine() {
super();
this.setCreativeTab(TechRebornCreativeTab.instance);
setCreativeTab(TechRebornCreativeTab.instance);
ShootingStar.registerModel(new ModelCompound(ModInfo.MOD_ID, this, "machines/tier1_machines"));
}