aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech/loaders
diff options
context:
space:
mode:
authorRunakai1 <48415331+Runakai1@users.noreply.github.com>2023-06-13 18:37:21 +0200
committerGitHub <noreply@github.com>2023-06-13 18:37:21 +0200
commit466d99b33eb13ed17a15041d1f5adfde06175648 (patch)
treef2b24812e52fa1964887c168e7129977a441f0ee /src/main/java/gtPlusPlus/xmod/gregtech/loaders
parent807c9ccad181f74384791bc33de932382a528593 (diff)
downloadGT5-Unofficial-466d99b33eb13ed17a15041d1f5adfde06175648.tar.gz
GT5-Unofficial-466d99b33eb13ed17a15041d1f5adfde06175648.tar.bz2
GT5-Unofficial-466d99b33eb13ed17a15041d1f5adfde06175648.zip
Remove Dragonblood from comb qft recipe (#667)
* Remove Dragonblood from comb qft recipe This removes the unreal 100l of dragonblood in QFT. * spotlessApply (#668) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/loaders')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_ChemicalSkips.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_ChemicalSkips.java b/src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_ChemicalSkips.java
index 8547321980..8ff5115fbd 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_ChemicalSkips.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_ChemicalSkips.java
@@ -217,7 +217,7 @@ public class RecipeLoader_ChemicalSkips {
GT_Bees.combs.getStackForType(CombType.OSMIUM, 32),
GT_Bees.combs.getStackForType(CombType.IRIDIUM, 32),
ItemUtils.getSimpleStack(GenericChem.mPlatinumGroupCatalyst, 0) },
- new FluidStack[] { ELEMENT.STANDALONE.DRAGON_METAL.getFluidStack(100) },
+ new FluidStack[] {},
new FluidStack[] { Materials.Osmium.getMolten(144 * 256), Materials.Palladium.getMolten(144 * 256),
Materials.Iridium.getMolten(144 * 256), Materials.Platinum.getMolten(144 * 256) },
new ItemStack[] {},