diff options
author | Martin Robertz <dream-master@gmx.net> | 2022-11-11 17:45:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 17:45:33 +0100 |
commit | 1768d561450231ec8228914f28f0d08e16c4e609 (patch) | |
tree | 6799863bbf97fba5ddf74bb3174f2646e34a503f /src/main/java/common/Blocks.java | |
parent | f7ffab4b1f0ef45dd4852b26965367f2c559ca0a (diff) | |
parent | cc7a9790eb6e268f4eb57b28d39b2bd4f4730a3d (diff) | |
download | GT5-Unofficial-1768d561450231ec8228914f28f0d08e16c4e609.tar.gz GT5-Unofficial-1768d561450231ec8228914f28f0d08e16c4e609.tar.bz2 GT5-Unofficial-1768d561450231ec8228914f28f0d08e16c4e609.zip |
Merge pull request #45 from GTNewHorizons/feature/tfft-rework
TFFT rework
Diffstat (limited to 'src/main/java/common/Blocks.java')
-rw-r--r-- | src/main/java/common/Blocks.java | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/src/main/java/common/Blocks.java b/src/main/java/common/Blocks.java index 2a4bf328f7..3bc8ddc9f9 100644 --- a/src/main/java/common/Blocks.java +++ b/src/main/java/common/Blocks.java @@ -9,13 +9,7 @@ public class Blocks { public static Block yszUnit; public static Block gdcUnit; - public static Block tfftCasing; - public static Block tfftStorageField1; - public static Block tfftStorageField2; - public static Block tfftStorageField3; - public static Block tfftStorageField4; - public static Block tfftStorageField5; - public static Block tfftMultiHatch; + public static Block tfftStorageField; public static Block reactorChamberOFF; public static Block reactorChamberON; @@ -62,13 +56,7 @@ public class Blocks { } private static void registerBlocks_TFFT() { - tfftCasing = Block_TFFTCasing.registerBlock(); - tfftStorageField1 = Block_TFFTStorageFieldBlockT1.registerBlock(); - tfftStorageField2 = Block_TFFTStorageFieldBlockT2.registerBlock(); - tfftStorageField3 = Block_TFFTStorageFieldBlockT3.registerBlock(); - tfftStorageField4 = Block_TFFTStorageFieldBlockT4.registerBlock(); - tfftStorageField5 = Block_TFFTStorageFieldBlockT5.registerBlock(); - tfftMultiHatch = Block_TFFTMultiHatch.registerBlock(); + tfftStorageField = Block_TFFTStorageField.registerBlock(); } /*private static void registerBlocks_Nuclear() { |