GUI update for assembly machine. Some work for #1512
This commit is contained in:
parent
7bc792fd69
commit
ed9cdc7353
7 changed files with 40 additions and 157 deletions
|
@ -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"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue