Added Distillation tower. Closes #884

This commit is contained in:
drcrazy 2017-10-16 15:52:10 +03:00
parent 4c8a9fb7e8
commit 7d7340111d
20 changed files with 826 additions and 14 deletions

View file

@ -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");