Add creative versions of the Quantum tank and chest, they provide unlimited amount of the specified item/fluid

This commit is contained in:
Modmuss50 2018-08-12 16:32:43 +01:00
parent 84aeeb978c
commit 4e352c0953
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
12 changed files with 303 additions and 1 deletions

View file

@ -60,7 +60,9 @@ public enum ModTileEntities {
THERMAL_GEN(TileThermalGenerator.class, "thermal_generator", "TileThermalGeneratorTR"),
QUANTUM_TANK(TileQuantumTank.class, "quantum_tank", "TileQuantumTankTR"),
CREATIVE_QUANTUM_TANK(TileCreativeQuantumTank.class, "creative_quantum_tank"),
QUANTUM_CHEST(TileQuantumChest.class, "quantum_chest", "TileQuantumChestTR"),
CREATIVE_QUANTUM_CHEST(TileCreativeQuantumChest.class, "creative_quantum_chest"),
DIGITAL_CHEST(TileDigitalChest.class, "digital_chest", "TileDigitalChestTR"),
INDUSTRIAL_CENTRIFUGE(TileIndustrialCentrifuge.class, "industrial_centrifuge", "TileIndustrialCentrifugeTR"),
ROLLING_MACHINE(TileRollingMachine.class, "rolling_machine", "TileRollingMachineTR"),