@@ -40,7 +40,7 @@ public GT_MetaTileEntity_BasicMachine_GT_Recipe(
4040
4141 GregtechItemList .GT_Dehydrator_EV .set (new GT_MetaTileEntity_BasicMachine_GT_Recipe (
4242 813 , "advancedmachine.dehydrator.tier.01" , "Chemical Dehydrator I" , 4 ,
43- "Remind Alkalus to add something here." +System . getProperty ( "line.separator" )+ CORE .GT_Tooltip ,
43+ "Remind Alkalus to add something here." +CORE .GT_Tooltip ,
4444 Recipe_GT .Gregtech_Recipe_Map .sChemicalDehydratorRecipes ,
4545 2 , 9 ,
4646 10000 ,
@@ -52,7 +52,7 @@ public GT_MetaTileEntity_BasicMachine_GT_Recipe(
5252 null ).getStackForm (1L ));
5353 GregtechItemList .GT_Dehydrator_IV .set (new GT_MetaTileEntity_BasicMachine_GT_Recipe (
5454 814 , "advancedmachine.dehydrator.tier.02" , "Chemical Dehydrator II" , 5 ,
55- "Remind Alkalus to add something here." +System . getProperty ( "line.separator" )+ CORE .GT_Tooltip ,
55+ "Remind Alkalus to add something here." +CORE .GT_Tooltip ,
5656 Recipe_GT .Gregtech_Recipe_Map .sChemicalDehydratorRecipes ,
5757 2 , 9 ,
5858 10000 ,
@@ -64,7 +64,7 @@ public GT_MetaTileEntity_BasicMachine_GT_Recipe(
6464 null ).getStackForm (1L ));
6565 GregtechItemList .GT_Dehydrator_LuV .set (new GT_MetaTileEntity_BasicMachine_GT_Recipe (
6666 815 , "advancedmachine.dehydrator.tier.03" , "Chemical Dehydrator III" , 6 ,
67- "Remind Alkalus to add something here." +System . getProperty ( "line.separator" )+ CORE .GT_Tooltip ,
67+ "Remind Alkalus to add something here." +CORE .GT_Tooltip ,
6868 Recipe_GT .Gregtech_Recipe_Map .sChemicalDehydratorRecipes ,
6969 2 , 9 ,
7070 10000 ,
@@ -76,7 +76,7 @@ public GT_MetaTileEntity_BasicMachine_GT_Recipe(
7676 null ).getStackForm (1L ));
7777 GregtechItemList .GT_Dehydrator_ZPM .set (new GT_MetaTileEntity_BasicMachine_GT_Recipe (
7878 816 , "advancedmachine.dehydrator.tier.04" , "Chemical Dehydrator IV" , 7 ,
79- "Remind Alkalus to add something here." +System . getProperty ( "line.separator" )+ CORE .GT_Tooltip ,
79+ "Remind Alkalus to add something here." +CORE .GT_Tooltip ,
8080 Recipe_GT .Gregtech_Recipe_Map .sChemicalDehydratorRecipes ,
8181 2 , 9 ,
8282 10000 ,
0 commit comments