diff options
author | Mary <33456283+FourIsTheNumber@users.noreply.github.com> | 2024-09-21 02:16:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-21 06:16:52 +0000 |
commit | 00f1db61dce7a42a6605e117d1f6954967c39784 (patch) | |
tree | 648caf67685a3afeada7fef3e3cecc1eae995ee8 /src/main/java/gregtech/loaders | |
parent | c10272e0e358a233ed0ce7d591e9e43ca7ffa26c (diff) | |
download | GT5-Unofficial-00f1db61dce7a42a6605e117d1f6954967c39784.tar.gz GT5-Unofficial-00f1db61dce7a42a6605e117d1f6954967c39784.tar.bz2 GT5-Unofficial-00f1db61dce7a42a6605e117d1f6954967c39784.zip |
Prevent duplicate material registry (#3240)
Diffstat (limited to 'src/main/java/gregtech/loaders')
-rw-r--r-- | src/main/java/gregtech/loaders/oreprocessing/ProcessingPlate.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/gregtech/loaders/oreprocessing/ProcessingPlate.java b/src/main/java/gregtech/loaders/oreprocessing/ProcessingPlate.java index 05e6aaeeb3..beedad1d7a 100644 --- a/src/main/java/gregtech/loaders/oreprocessing/ProcessingPlate.java +++ b/src/main/java/gregtech/loaders/oreprocessing/ProcessingPlate.java @@ -19,7 +19,6 @@ import static gregtech.api.util.GTRecipeBuilder.SECONDS; import static gregtech.api.util.GTRecipeBuilder.TICKS; import static gregtech.api.util.GTRecipeBuilder.WILDCARD; import static gregtech.api.util.GTRecipeConstants.ADDITIVE_AMOUNT; -import static gregtech.api.util.GTRecipeConstants.COMPRESSION_TIER; import static gregtech.api.util.GTRecipeConstants.FUEL_TYPE; import static gregtech.api.util.GTRecipeConstants.FUEL_VALUE; import static gregtech.api.util.GTUtility.calculateRecipeEU; |