diff options
| author | Alkalus <draknyte1@hotmail.com> | 2017-09-20 00:38:39 +1000 |
|---|---|---|
| committer | Alkalus <draknyte1@hotmail.com> | 2017-09-20 00:38:39 +1000 |
| commit | eb0d3d0dee604e3eeff9c496b0bc4d374598a69e (patch) | |
| tree | 156fac8cd775f48ae32998ca5ea7ba5e335651ba /src/Java/gtPlusPlus/core/recipe | |
| parent | 0d1a0e64ce6355a26d7770203a69b8cb0bcb6432 (diff) | |
| download | GT5-Unofficial-eb0d3d0dee604e3eeff9c496b0bc4d374598a69e.tar.gz GT5-Unofficial-eb0d3d0dee604e3eeff9c496b0bc4d374598a69e.tar.bz2 GT5-Unofficial-eb0d3d0dee604e3eeff9c496b0bc4d374598a69e.zip | |
$ Fixed Cyclotron recipe handling.
+ Added pollution to the Thermal Boiler.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
| -rw-r--r-- | src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
