aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe/common
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2019-03-14 05:00:44 +0000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2019-03-14 05:00:44 +0000
commit2ef253ff474723d136a607c293bee44e67f634aa (patch)
tree4df9d97a6aa9bfc83ecb3578b3fe063dcc51c81f /src/Java/gtPlusPlus/core/recipe/common
parent12ce668c351be6107433ad0ce902ed0df61ff998 (diff)
downloadGT5-Unofficial-2ef253ff474723d136a607c293bee44e67f634aa.tar.gz
GT5-Unofficial-2ef253ff474723d136a607c293bee44e67f634aa.tar.bz2
GT5-Unofficial-2ef253ff474723d136a607c293bee44e67f634aa.zip
- Removed recipe for crafting XP Convertor.
$ More small fixes & general QoL improvements for the Biocomposite Collector & it's simpler counterpart.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe/common')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/common/CI.java10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/common/CI.java b/src/Java/gtPlusPlus/core/recipe/common/CI.java
index 35de9263c3..ba592bcb65 100644
--- a/src/Java/gtPlusPlus/core/recipe/common/CI.java
+++ b/src/Java/gtPlusPlus/core/recipe/common/CI.java
@@ -436,8 +436,11 @@ public class CI {
else if (tier == 8){
return machineHull_UV;
}
+ else if (tier == 9){
+ return machineHull_MAX;
+ }
else {
- return machineHull_MAX;
+ return GregtechItemList.Casing_Multi_Use.get(1);
}
}
@@ -469,8 +472,11 @@ public class CI {
else if (tier == 8){
return machineCasing_UV;
}
+ else if (tier == 9){
+ return machineCasing_MAX;
+ }
else {
- return machineCasing_MAX;
+ return GregtechItemList.Casing_Multi_Use.get(1);
}
}