Added Distillation tower. Closes #884
This commit is contained in:
parent
4c8a9fb7e8
commit
7d7340111d
20 changed files with 826 additions and 14 deletions
|
@ -283,6 +283,7 @@ public class ModBlocks {
|
|||
|
||||
DISTILLATION_TOWER = new BlockDistillationTower();
|
||||
registerBlock(DISTILLATION_TOWER, "distillation_tower");
|
||||
GameRegistry.registerTileEntity(TileDistillationTower.class, "TileDistillationTowerTR");
|
||||
|
||||
VACUUM_FREEZER = new BlockVacuumFreezer();
|
||||
registerBlock(VACUUM_FREEZER, "vacuum_freezer");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue