Formatting + set proper frame drop for advanced machines
This commit is contained in:
parent
649a6bf67f
commit
45669e8aa9
43 changed files with 149 additions and 98 deletions
|
@ -46,7 +46,7 @@ public class BlockIronAlloyFurnace extends BlockMachineBase {
|
|||
|
||||
public BlockIronAlloyFurnace() {
|
||||
super();
|
||||
this.setCreativeTab(TechRebornCreativeTab.instance);
|
||||
setCreativeTab(TechRebornCreativeTab.instance);
|
||||
ShootingStar.registerModel(new ModelCompound(ModInfo.MOD_ID, this, "machines/tier0_machines"));
|
||||
}
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ public class BlockIronFurnace extends BlockMachineBase {
|
|||
|
||||
public BlockIronFurnace() {
|
||||
super();
|
||||
this.setCreativeTab(TechRebornCreativeTab.instance);
|
||||
setCreativeTab(TechRebornCreativeTab.instance);
|
||||
ShootingStar.registerModel(new ModelCompound(ModInfo.MOD_ID, this, "machines/tier0_machines"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue