aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe/common
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-08-31 16:37:01 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-08-31 16:37:01 +1000
commit679d27420ba69ba2f452ffbca428ab3675080cfe (patch)
tree5d87b5f543c98ccc1731df70ffa85a886adf20f5 /src/Java/gtPlusPlus/core/recipe/common
parentcfbdf45c930f014e01c87d4755cc3367f407e5de (diff)
downloadGT5-Unofficial-679d27420ba69ba2f452ffbca428ab3675080cfe.tar.gz
GT5-Unofficial-679d27420ba69ba2f452ffbca428ab3675080cfe.tar.bz2
GT5-Unofficial-679d27420ba69ba2f452ffbca428ab3675080cfe.zip
$ Massive Improvements to the Grindle.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe/common')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/common/CI.java10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/common/CI.java b/src/Java/gtPlusPlus/core/recipe/common/CI.java
index d329a42dfc..9ccfcc1a15 100644
--- a/src/Java/gtPlusPlus/core/recipe/common/CI.java
+++ b/src/Java/gtPlusPlus/core/recipe/common/CI.java
@@ -18,7 +18,6 @@ import gtPlusPlus.core.recipe.LOADER_Machine_Components;
import gtPlusPlus.core.util.Utils;
import gtPlusPlus.core.util.minecraft.ItemUtils;
import gtPlusPlus.xmod.gregtech.api.enums.GregtechItemList;
-import gtPlusPlus.xmod.gregtech.common.items.MetaGeneratedGregtechItems;
import ic2.core.Ic2Items;
public class CI {
@@ -396,6 +395,15 @@ public class CI {
return ItemList.Tool_DataOrb.get(1);
}
}
+
+ public static ItemStack getDataStick(){
+ if (CORE.ConfigSwitches.enableOldGTcircuits && CORE.MAIN_GREGTECH_5U_EXPERIMENTAL_FORK && !CORE.GTNH){
+ return GregtechItemList.Old_Tool_DataStick.get(1);
+ }
+ else {
+ return ItemList.Tool_DataStick.get(1);
+ }
+ }
public static final ItemStack getTieredMachineHull(int tier){
if (tier == 0){