#Name: Gendustry.zs #Author: Feed the Beast print("Initializing 'Gendustry.zs'..."); #remove power module (aquired from Infinity Bee) recipes.remove(); #change industrial apiary to require a power module recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); print("Initialized 'Gendustry.zs'");