#Name: Mystcraft.zs #Author: Feed the Beast print("Initializing 'Mystcraft.zs'..."); #ink mixer (to make linking books expensive) recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #remove book binder recipes.remove(); print("Initialized 'Mystcraft.zs'");