From eb0d3d0dee604e3eeff9c496b0bc4d374598a69e Mon Sep 17 00:00:00 2001 From: Alkalus Date: Wed, 20 Sep 2017 00:38:39 +1000 Subject: $ Fixed Cyclotron recipe handling. + Added pollution to the Thermal Boiler. --- src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/core/recipe') diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java index d6c651e9af..603c028bf7 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java @@ -761,7 +761,7 @@ public class RECIPES_GREGTECH { private static void cyclotronRecipes() { CORE.RA.addCyclotronRecipe( - null, + CI.getNumberedCircuit(0), FluidUtils.getFluidStack("molten.bismuth", 1), new ItemStack[]{GregtechItemList.Pellet_RTG_PO210.get(1)}, null, -- cgit