#Name: buildersWands.zs #Author: Feed the Beast print("Initializing 'buildersWands.zs'..."); #wands recipes.remove(); recipes.remove(); recipes.remove(); recipes.addShaped(, [[null, null, ], [null, , null], [, null, null]]); recipes.addShaped(, [[null, null, ], [null, , null], [, null, null]]); recipes.addShaped(, [[null, null, ], [null, , null], [, null, null]]); print("Initialized 'buildersWands.zs'");