diff options
author | Maya <10861407+serenibyss@users.noreply.github.com> | 2024-10-09 00:05:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-09 05:05:47 +0000 |
commit | 55e95b68ca039042ddb0e80933aa57c5839678d6 (patch) | |
tree | be1ae84441427c7ffe9164dc212bf2db5216ff0e /src/main/java/gregtech/loaders | |
parent | f3814081ef4b7355dabd1f04cbbe8e3fc19410d8 (diff) | |
download | GT5-Unofficial-55e95b68ca039042ddb0e80933aa57c5839678d6.tar.gz GT5-Unofficial-55e95b68ca039042ddb0e80933aa57c5839678d6.tar.bz2 GT5-Unofficial-55e95b68ca039042ddb0e80933aa57c5839678d6.zip |
Remove unneeded recipe constant, fix sb compressor (#3344)
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 539d64533b..d699429a0c 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; |