aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-10-09 12:43:43 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-10-09 12:43:43 +1000
commit1529033ca803c4841945dcb05c86827e36236ca3 (patch)
tree7bd0dd3087beb5ac6080a9524d43b5143d4793bd /src/Java/gtPlusPlus/xmod/gregtech
parent5165724b5aa491a6892367bdc2e80977a5b32e7f (diff)
downloadGT5-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')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java3
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechDehydrator.java8
2 files changed, 5 insertions, 6 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java b/src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java
index 29a8a5948a..4956327fa8 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java
@@ -24,7 +24,6 @@ import gtPlusPlus.xmod.gregtech.api.enums.GregtechOrePrefixes;
import gtPlusPlus.xmod.gregtech.api.enums.GregtechOrePrefixes.GT_Materials;
import gtPlusPlus.xmod.gregtech.api.items.Gregtech_MetaItem_X32;
import net.minecraft.item.EnumAction;
-import net.minecraft.util.EnumChatFormatting;
public class MetaGeneratedGregtechItems extends Gregtech_MetaItem_X32 {
public MetaGeneratedGregtechItems INSTANCE;
@@ -176,7 +175,7 @@ public class MetaGeneratedGregtechItems extends Gregtech_MetaItem_X32 {
//FOOOOOOOOOOOOOOD
- GregtechItemList.Food_Baked_Raisin_Bread.set(addItem(tLastID = 60, "Raisin Bread", "Extra Raisins, Just for "+EnumChatFormatting.DARK_PURPLE+"ImQ009", new Object[]{new GT_FoodStat(5, 0.5F, EnumAction.eat, null, false, true, false, new int[0]), getTcAspectStack(TC_Aspects.CORPUS, 1L), getTcAspectStack(TC_Aspects.FAMES, 1L), getTcAspectStack(TC_Aspects.IGNIS, 1L)}));
+ GregtechItemList.Food_Baked_Raisin_Bread.set(addItem(tLastID = 60, "Raisin Bread", "Extra Raisins, Just for ImQ009", new Object[]{new GT_FoodStat(5, 0.5F, EnumAction.eat, null, false, true, false, new int[0]), getTcAspectStack(TC_Aspects.CORPUS, 1L), getTcAspectStack(TC_Aspects.FAMES, 1L), getTcAspectStack(TC_Aspects.IGNIS, 1L)}));
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,