aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2022-09-27 00:54:09 +0900
committerGitHub <noreply@github.com>2022-09-26 17:54:09 +0200
commit4edf419eb3d5c9607706a6d58c420c362de583de (patch)
treed2e03bb37acfed419edc82fdb9b29cf473dd9096 /src
parent2df986ba96f105a50020c365a6b69638904ca03d (diff)
downloadGT5-Unofficial-4edf419eb3d5c9607706a6d58c420c362de583de.tar.gz
GT5-Unofficial-4edf419eb3d5c9607706a6d58c420c362de583de.tar.bz2
GT5-Unofficial-4edf419eb3d5c9607706a6d58c420c362de583de.zip
Fix fluid-extraction recipes for Redstone Alloy are incorrectly overwritten (#377)
Diffstat (limited to 'src')
-rw-r--r--src/main/java/gtPlusPlus/core/item/ModItems.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/main/java/gtPlusPlus/core/item/ModItems.java b/src/main/java/gtPlusPlus/core/item/ModItems.java
index a2a65b83d2..0efad890ee 100644
--- a/src/main/java/gtPlusPlus/core/item/ModItems.java
+++ b/src/main/java/gtPlusPlus/core/item/ModItems.java
@@ -1210,18 +1210,6 @@ public final class ModItems {
GT_OreDictUnificator.registerOre(
"blockVibrantAlloy", ItemUtils.getItemStackOfAmountFromOreDict("blockPhasedGold", 1));
- CORE.RA.addFluidExtractionRecipe(
- MaterialEIO.REDSTONE_ALLOY.getPlate(1), MaterialEIO.REDSTONE_ALLOY.getFluidStack(144), 16, 4 * 9);
- CORE.RA.addFluidExtractionRecipe(
- MaterialEIO.REDSTONE_ALLOY.getIngot(1), MaterialEIO.REDSTONE_ALLOY.getFluidStack(144), 16, 4 * 9);
- CORE.RA.addFluidExtractionRecipe(
- MaterialEIO.REDSTONE_ALLOY.getNugget(1), MaterialEIO.REDSTONE_ALLOY.getFluidStack(16), 16, 4);
- CORE.RA.addFluidExtractionRecipe(
- MaterialEIO.REDSTONE_ALLOY.getBlock(1),
- MaterialEIO.REDSTONE_ALLOY.getFluidStack(1294),
- 16,
- 4 * 9 * 9);
-
} else {
/*Logger.WARNING("EnderIO not Found - Generating our own Resources.");
MaterialGenerator.generate(MaterialEIO.CONDUCTIVE_IRON);