aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2019-04-18 01:49:55 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2019-04-18 01:49:55 +1000
commitbd586aea681d1ecf7842c00f44cf03c7ef33b9d9 (patch)
tree346a36da03bbb608430bc3f1b857462032ae646f /src/Java/gtPlusPlus/core/recipe
parentb9d166c56f38dee13b5a03cab93f504b46fed7d2 (diff)
downloadGT5-Unofficial-bd586aea681d1ecf7842c00f44cf03c7ef33b9d9.tar.gz
GT5-Unofficial-bd586aea681d1ecf7842c00f44cf03c7ef33b9d9.tar.bz2
GT5-Unofficial-bd586aea681d1ecf7842c00f44cf03c7ef33b9d9.zip
$ Fixed Semifluid Generators. Closes #450
$ Adjusted Simple Washer IDs.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/common/CI.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/common/CI.java b/src/Java/gtPlusPlus/core/recipe/common/CI.java
index 4b17613161..ca334fe0d3 100644
--- a/src/Java/gtPlusPlus/core/recipe/common/CI.java
+++ b/src/Java/gtPlusPlus/core/recipe/common/CI.java
@@ -770,6 +770,10 @@ public class CI {
ItemStack aTempStack = null;
+ if (aPrefix == OrePrefixes.rod) {
+ aPrefix = OrePrefixes.stick;
+ }
+
if (aPrefix == OrePrefixes.gear || aPrefix == OrePrefixes.gearGt) {
m = aMaster[0][aTier];
}