aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core
diff options
context:
space:
mode:
authorAlkalus <Draknyte1@hotmail.com>2020-06-02 13:46:43 +0100
committerAlkalus <Draknyte1@hotmail.com>2020-06-02 13:46:43 +0100
commit96a83ee47f994c922aba625b67645661bc8cb4fe (patch)
tree1c7cbd37b9273cc1a1152cfe4d0f00fc8390bf5a /src/Java/gtPlusPlus/core
parent2f3e724c7746a0cc577e2dab4527d262b1e553d4 (diff)
downloadGT5-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')
-rw-r--r--src/Java/gtPlusPlus/core/handler/BookHandler.java3
-rw-r--r--src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java4
2 files changed, 4 insertions, 3 deletions
diff --git a/src/Java/gtPlusPlus/core/handler/BookHandler.java b/src/Java/gtPlusPlus/core/handler/BookHandler.java
index 13c57677a0..4bfd39e9a3 100644
--- a/src/Java/gtPlusPlus/core/handler/BookHandler.java
+++ b/src/Java/gtPlusPlus/core/handler/BookHandler.java
@@ -249,7 +249,8 @@ public class BookHandler {
"27x Coils" + "\n" +
"18x Pipe Casings" + "\n" +
"57x Tiered Machine Casings" + "\n" +
- "80+ Solid Casings",
+ "80+ Solid Casings" + "\n" +
+ "1x Catalyst Housing (Catalysts cannot go inside an Input Bus)",
// Construction Guide
"Construction Guide Pt1:" + "\n" + "\n" +
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[] {