diff options
| author | Alkalus <Draknyte1@hotmail.com> | 2020-06-02 13:46:43 +0100 |
|---|---|---|
| committer | Alkalus <Draknyte1@hotmail.com> | 2020-06-02 13:46:43 +0100 |
| commit | 96a83ee47f994c922aba625b67645661bc8cb4fe (patch) | |
| tree | 1c7cbd37b9273cc1a1152cfe4d0f00fc8390bf5a /src/Java/gtPlusPlus/core/recipe | |
| parent | 2f3e724c7746a0cc577e2dab4527d262b1e553d4 (diff) | |
| download | GT5-Unofficial-96a83ee47f994c922aba625b67645661bc8cb4fe.tar.gz GT5-Unofficial-96a83ee47f994c922aba625b67645661bc8cb4fe.tar.bz2 GT5-Unofficial-96a83ee47f994c922aba625b67645661bc8cb4fe.zip | |
- Removed placeholder map which was used to prevent BW crashes.
% Made the Simple washer ignore certain impure dusts if GTNH is loaded.
% Updated ChemPlant User manual to reflect requirement of Catalyst Bus.
$ Fixed handling of recipe maps which don't use cells.
$ Fixed Chem Plant not actually processing recipes.
$ Made the Catalyst Hatch a lower tier. (Fixes Chem Plant requiring ZPM tier hulls)
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
| -rw-r--r-- | src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java index d932f17d8f..633c710461 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java @@ -344,7 +344,7 @@ public class RECIPES_GREGTECH { new ItemStack[] { CI.getNumberedAdvancedCircuit(12), CI.getTieredMachineCasing(aLaureniumTier-1), - CI.getPlate(aLaureniumTier-1, 8), + ALLOY.LAURENIUM.getPlate(8), CI.getGear(aLaureniumTier, 2) }, new FluidStack[] { @@ -368,7 +368,7 @@ public class RECIPES_GREGTECH { new ItemStack[] { CI.getNumberedAdvancedCircuit(12), CI.getTieredMachineCasing(aBotmiumTier-1), - CI.getPlate(aBotmiumTier-1, 8), + ALLOY.BOTMIUM.getPlate(8), CI.getGear(aBotmiumTier, 2) }, new FluidStack[] { |
