#Name: AppliedEnergistics.zs #Author: Feed the Beast print("Initializing 'AppliedEnergistics.zs'..."); #wrench recipes.remove(); recipes.remove(); recipes.addShaped(, [[, null, ], [null, , null], [null, , null]]); #energy acceptor/controller recipes.remove(); recipes.remove(); recipes.addShaped(, [[, , ], [, .giveBack(), ], [, , ]]); recipes.addShaped(, [[, , ], [, .giveBack(), ], [, , ]]); #energy cells recipes.remove(); recipes.addShaped(, [[, , ], [, .giveBack(), ], [, , ]]); #me chest recipes.remove(); recipes.addShaped(, [[, , ], [, .giveBack(), ], [, , ]]); #generator recipes.remove(); recipes.remove(); recipes.remove(); #inscriber recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); print("Initialized 'AppliedEnergistics.zs'");