#Name: bibliocraft.zs #Author: Feed the Beast print("Initializing 'bibliocraft.zs'..."); #print press chase recipes.remove(); recipes.addShaped(, [[null, , null], [, , ], [null, , null]]); #typesetting table recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #printing press recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); print("Initialized 'bibliocraft.zs'");