Added recipe for DragonEgg Syphon

This commit is contained in:
drcrazy 2017-09-29 01:08:31 +03:00
parent 17b09b882a
commit 4ce046a2ac
2 changed files with 2 additions and 1 deletions

View file

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