diff options
| author | boubou19 <miisterunknown@gmail.com> | 2024-06-26 18:10:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-26 18:10:36 +0200 |
| commit | 25cf7d918f7c1b93d137757f4236846066f520d5 (patch) | |
| tree | 7b866d8a2c0961e2153bd58aeb984145042facd9 /src/main/java/com | |
| parent | 6b89b3b942366ccbfff258e9f67eba6b3b5c0377 (diff) | |
| download | GT5-Unofficial-25cf7d918f7c1b93d137757f4236846066f520d5.tar.gz GT5-Unofficial-25cf7d918f7c1b93d137757f4236846066f520d5.tar.bz2 GT5-Unofficial-25cf7d918f7c1b93d137757f4236846066f520d5.zip | |
Remove crates (#2687)
* remove crates
* Add placeholder oreprefix
To be used in cases where a prefix is removed that isnt at the end of a
list. Causes blank items for existing items
* spotless
---------
Co-authored-by: Caedis <Caedis@users.noreply.github.com>
Diffstat (limited to 'src/main/java/com')
| -rw-r--r-- | src/main/java/com/github/bartimaeusnek/bartworks/system/material/GT_Enhancement/PlatinumSludgeOverHaul.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/java/com/github/bartimaeusnek/bartworks/system/material/GT_Enhancement/PlatinumSludgeOverHaul.java b/src/main/java/com/github/bartimaeusnek/bartworks/system/material/GT_Enhancement/PlatinumSludgeOverHaul.java index ec69b85bb4..9bb042406b 100644 --- a/src/main/java/com/github/bartimaeusnek/bartworks/system/material/GT_Enhancement/PlatinumSludgeOverHaul.java +++ b/src/main/java/com/github/bartimaeusnek/bartworks/system/material/GT_Enhancement/PlatinumSludgeOverHaul.java @@ -61,7 +61,6 @@ import static gregtech.api.enums.Mods.GTPlusPlus; import static gregtech.api.enums.Mods.GalaxySpace; import static gregtech.api.enums.Mods.NewHorizonsCoreMod; import static gregtech.api.enums.OrePrefixes.cell; -import static gregtech.api.enums.OrePrefixes.crateGtDust; import static gregtech.api.enums.OrePrefixes.crushed; import static gregtech.api.enums.OrePrefixes.crushedCentrifuged; import static gregtech.api.enums.OrePrefixes.crushedPurified; @@ -1069,12 +1068,6 @@ public class PlatinumSludgeOverHaul { if (!((List) o).isEmpty()) stacks.add(((List) o).get(0)); } - for (Object stack : stacks) { - if (stack instanceof ItemStack - && GT_Utility.areStacksEqual(GT_OreDictUnificator.get(crateGtDust, mat, 1), (ItemStack) stack)) - return true; - } - boolean allSame = false; for (Object stack : stacks) { if (!(stack instanceof ItemStack)) { |
