#Name: AdvancedSolars.zs #Author: Feed the Beast print("Initializing 'AdvancedSolars.zs'..."); mods.buildcraft.AssemblyTable.addRecipe(, 100000, [, ]); recipes.remove(); recipes.addShaped(, [[, , ], [, null, ], [, , ]]); #solar helmet fixes recipes.remove(); recipes.remove(); recipes.remove(); recipes.addShaped(,[[null,,null],[,,],[,,]]); recipes.addShaped(,[[null, , null],[, , ],[, , ]]); recipes.addShaped(,[[null, , null],[, , ],[, , ]]); recipes.addShaped(,[[, null, null],[, null, null],[null, null, null]]); print("Initialized 'AdvancedSolars.zs'");