@@ -61,8 +61,8 @@ public static void load() {
6161 Machine_EV_Cutter .set (new GT_MetaTileEntity_BasicMachine_GT_Recipe (254 , "basicmachine.cutter.tier.04" , "Advanced Cutting Machine III" , 4 , "Slice'N Dice" , sCutterRecipes , 2 , 2 , 64000 , 0 , 1 , "Cutter2.png" , "" , false , false , 0 , "CUTTER" , new Object [0 ]).getStackForm (1L ));
6262 Machine_IV_Cutter .set (new GT_MetaTileEntity_BasicMachine_GT_Recipe (255 , "basicmachine.cutter.tier.05" , "Advanced Cutting Machine IV" , 5 , "Slice'N Dice" , sCutterRecipes , 2 , 2 , 96000 , 0 , 1 , "Cutter2.png" , "" , false , false , 0 , "CUTTER" , new Object [0 ]).getStackForm (1L ));
6363
64- Machine_LV_E_Furnace .set (new GT_MetaTileEntity_BasicMachine_GT_Recipe (261 , "basicmachine.e_furnace.tier.01" , "Basic Electric Furnace" , 1 , "Not like using a Commodore 64" , sFurnaceRecipes , 1 , 1 , 0 , 0 , 1 , "E_Furnace.png" , sSoundList .get (Integer .valueOf (223 )), false , false , 0 , "ELECTRIC_FURNACE" , new Object []{"ECE " , "CMC" , "WCW " , 'M' , HULL , 'E' , circuitPower .get (PWR_LV ), 'W' , WIRE , 'C' , COIL_HEATING }).getStackForm (1L ));
65- Machine_MV_E_Furnace .set (new GT_MetaTileEntity_BasicMachine_GT_Recipe (262 , "basicmachine.e_furnace.tier.02" , "Advanced Electric Furnace" , 2 , "Not like using a Commodore 64" , sFurnaceRecipes , 1 , 1 , 0 , 0 , 1 , "E_Furnace.png" , sSoundList .get (Integer .valueOf (223 )), false , false , 0 , "ELECTRIC_FURNACE" , new Object []{"ECE " , "CMC" , "WCW " , 'M' , HULL , 'E' , circuitPower .get (PWR_MV ), 'W' , WIRE , 'C' , COIL_HEATING }).getStackForm (1L ));
64+ Machine_LV_E_Furnace .set (new GT_MetaTileEntity_BasicMachine_GT_Recipe (261 , "basicmachine.e_furnace.tier.01" , "Basic Electric Furnace" , 1 , "Not like using a Commodore 64" , sFurnaceRecipes , 1 , 1 , 0 , 0 , 1 , "E_Furnace.png" , sSoundList .get (Integer .valueOf (223 )), false , false , 0 , "ELECTRIC_FURNACE" , new Object []{"WCW " , "CMC" , "ECE " , 'M' , HULL , 'E' , circuitPower .get (PWR_LV ), 'W' , WIRE , 'C' , COIL_HEATING }).getStackForm (1L ));
65+ Machine_MV_E_Furnace .set (new GT_MetaTileEntity_BasicMachine_GT_Recipe (262 , "basicmachine.e_furnace.tier.02" , "Advanced Electric Furnace" , 2 , "Not like using a Commodore 64" , sFurnaceRecipes , 1 , 1 , 0 , 0 , 1 , "E_Furnace.png" , sSoundList .get (Integer .valueOf (223 )), false , false , 0 , "ELECTRIC_FURNACE" , new Object []{"WCW " , "CMC" , "ECE " , 'M' , HULL , 'E' , circuitPower .get (PWR_MV ), 'W' , WIRE , 'C' , COIL_HEATING }).getStackForm (1L ));
6666 Machine_HV_E_Furnace .set (new GT_MetaTileEntity_BasicMachine_GT_Recipe (263 , "basicmachine.e_furnace.tier.03" , "Advanced Electric Furnace II" , 3 , "Not like using a Commodore 64" , sFurnaceRecipes , 1 , 1 , 0 , 0 , 1 , "E_Furnace.png" , sSoundList .get (Integer .valueOf (223 )), false , false , 0 , "ELECTRIC_FURNACE" , new Object [0 ]).getStackForm (1L ));
6767 Machine_EV_E_Furnace .set (new GT_MetaTileEntity_BasicMachine_GT_Recipe (264 , "basicmachine.e_furnace.tier.04" , "Advanced Electric Furnace III" , 4 , "Not like using a Commodore 64" , sFurnaceRecipes , 1 , 1 , 0 , 0 , 1 , "E_Furnace.png" , sSoundList .get (Integer .valueOf (223 )), false , false , 0 , "ELECTRIC_FURNACE" , new Object [0 ]).getStackForm (1L ));
6868 Machine_IV_E_Furnace .set (new GT_MetaTileEntity_BasicMachine_GT_Recipe (265 , "basicmachine.e_furnace.tier.05" , "Advanced Electric Furnace IV" , 5 , "Not like using a Commodore 64" , sFurnaceRecipes , 1 , 1 , 0 , 0 , 1 , "E_Furnace.png" , sSoundList .get (Integer .valueOf (223 )), false , false , 0 , "ELECTRIC_FURNACE" , new Object [0 ]).getStackForm (1L ));
0 commit comments