#Name: ComputerCraft.zs #Author: Feed the Beast print("Initializing 'ComputerCraft.zs'..."); #turtles recipes.remove(); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #computers recipes.remove(); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); print("Initialized 'ComputerCraft.zs'");