aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/items
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2018-02-26 05:56:41 +1000
committerJordan Byrne <draknyte1@hotmail.com>2018-02-26 05:56:41 +1000
commit8b07c2e2d0b13e8a10bb7c799594bc9b6bf69807 (patch)
tree6c43876c338085d9cf7cb640f3419c83a31e2fd9 /src/Java/gtPlusPlus/xmod/gregtech/common/items
parent58a846cf91d581ac2c2e0c5e9fc811841bf558ca (diff)
downloadGT5-Unofficial-8b07c2e2d0b13e8a10bb7c799594bc9b6bf69807.tar.gz
GT5-Unofficial-8b07c2e2d0b13e8a10bb7c799594bc9b6bf69807.tar.bz2
GT5-Unofficial-8b07c2e2d0b13e8a10bb7c799594bc9b6bf69807.zip
- Removed Small Gear stuff if it's GTNH.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/items')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java b/src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java
index 027c29b8ab..40770b5985 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java
@@ -159,6 +159,9 @@ public class MetaGeneratedGregtechItems extends Gregtech_MetaItem_X32 {
//Extruder Shape
GregtechItemList.Shape_Extruder_WindmillShaft.set(this.addItem(tLastID = 40, "Extruder Shape (Shaft)", "Extruder Shape for making Windmill Shafts", new Object[0]));
+
+ //GTNH Already adds this.
+ if (!CORE.GTNH)
GregtechItemList.Shape_Extruder_SmallGear.set(this.addItem(221, "Extruder Shape (Small Gear)", "Extruder Shape for making small gears", new Object[0]));