diff options
| author | Draknyte1 <Draknyte1@hotmail.com> | 2016-10-09 12:43:43 +1000 |
|---|---|---|
| committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-10-09 12:43:43 +1000 |
| commit | 1529033ca803c4841945dcb05c86827e36236ca3 (patch) | |
| tree | 7bd0dd3087beb5ac6080a9524d43b5143d4793bd /src/Java/gtPlusPlus/xmod/gregtech/registration | |
| parent | 5165724b5aa491a6892367bdc2e80977a5b32e7f (diff) | |
| download | GT5-Unofficial-1529033ca803c4841945dcb05c86827e36236ca3.tar.gz GT5-Unofficial-1529033ca803c4841945dcb05c86827e36236ca3.tar.bz2 GT5-Unofficial-1529033ca803c4841945dcb05c86827e36236ca3.zip | |
$ Fixed some weird symbols I chose to use, which kept breaking the Gregtech.lang file
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration')
| -rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechDehydrator.java | 8 |
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 fd4ec45fbb..cd9cb88f44 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."+System.getProperty("line.separator")+CORE.GT_Tooltip, + "Remind Alkalus to add something here."+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."+System.getProperty("line.separator")+CORE.GT_Tooltip, + "Remind Alkalus to add something here."+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."+System.getProperty("line.separator")+CORE.GT_Tooltip, + "Remind Alkalus to add something here."+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."+System.getProperty("line.separator")+CORE.GT_Tooltip, + "Remind Alkalus to add something here."+CORE.GT_Tooltip, Recipe_GT.Gregtech_Recipe_Map.sChemicalDehydratorRecipes, 2, 9, 10000, |
