aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/registration
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-10-22 06:09:00 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-10-22 06:09:00 +1000
commitff409ce305de28b2b90c17bb357bbf44715a5f9e (patch)
tree08b68868ba0d26b882e21ffe0b4edd838fd2a76f /src/Java/gtPlusPlus/xmod/gregtech/registration
parent12320a5ccfbb082294ebe3d060aab261d6b4292c (diff)
downloadGT5-Unofficial-ff409ce305de28b2b90c17bb357bbf44715a5f9e.tar.gz
GT5-Unofficial-ff409ce305de28b2b90c17bb357bbf44715a5f9e.tar.bz2
GT5-Unofficial-ff409ce305de28b2b90c17bb357bbf44715a5f9e.zip
+ Added more Dehydrator Recipes.
+ Added new dusts for nuclear fuel production. $ Fixed OreDictionary not working for some recipes. $ Changed the Textures on some machines, to now use GT4 overlay textures.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechDehydrator.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechDehydrator.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechDehydrator.java
index cd9cb88f44..33dfb60e3f 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechDehydrator.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechDehydrator.java
@@ -40,7 +40,7 @@ public class GregtechDehydrator
GregtechItemList.GT_Dehydrator_EV.set(new GT_MetaTileEntity_BasicMachine_GT_Recipe(
813, "advancedmachine.dehydrator.tier.01", "Chemical Dehydrator I", 4,
- "Remind Alkalus to add something here."+CORE.GT_Tooltip,
+ "This dehydrates your Grapes into Raisins. "+CORE.GT_Tooltip,
Recipe_GT.Gregtech_Recipe_Map.sChemicalDehydratorRecipes,
2, 9,
10000,
@@ -52,7 +52,7 @@ public class GregtechDehydrator
null).getStackForm(1L));
GregtechItemList.GT_Dehydrator_IV.set(new GT_MetaTileEntity_BasicMachine_GT_Recipe(
814, "advancedmachine.dehydrator.tier.02", "Chemical Dehydrator II", 5,
- "Remind Alkalus to add something here."+CORE.GT_Tooltip,
+ "A hangover is the way your body reacts to dehydration. "+CORE.GT_Tooltip,
Recipe_GT.Gregtech_Recipe_Map.sChemicalDehydratorRecipes,
2, 9,
10000,
@@ -64,7 +64,7 @@ public class GregtechDehydrator
null).getStackForm(1L));
GregtechItemList.GT_Dehydrator_LuV.set(new GT_MetaTileEntity_BasicMachine_GT_Recipe(
815, "advancedmachine.dehydrator.tier.03", "Chemical Dehydrator III", 6,
- "Remind Alkalus to add something here."+CORE.GT_Tooltip,
+ "You could probably make space icecream with this.. "+CORE.GT_Tooltip,
Recipe_GT.Gregtech_Recipe_Map.sChemicalDehydratorRecipes,
2, 9,
10000,
@@ -76,7 +76,7 @@ public class GregtechDehydrator
null).getStackForm(1L));
GregtechItemList.GT_Dehydrator_ZPM.set(new GT_MetaTileEntity_BasicMachine_GT_Recipe(
816, "advancedmachine.dehydrator.tier.04", "Chemical Dehydrator IV", 7,
- "Remind Alkalus to add something here."+CORE.GT_Tooltip,
+ "You can definitely make space icecream with this.. "+CORE.GT_Tooltip,
Recipe_GT.Gregtech_Recipe_Map.sChemicalDehydratorRecipes,
2, 9,
10000,