From 466d99b33eb13ed17a15041d1f5adfde06175648 Mon Sep 17 00:00:00 2001 From: Runakai1 <48415331+Runakai1@users.noreply.github.com> Date: Tue, 13 Jun 2023 18:37:21 +0200 Subject: 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> --- .../xmod/gregtech/loaders/recipe/RecipeLoader_ChemicalSkips.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/loaders') 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[] {}, -- cgit