#Name: translocators.zs #Author: Feed the Beast print("Initializing 'translocators.zs'..."); #item translocator recipes.remove(); recipes.addShaped( * 2, [[, , ], [, , ], [, , ]]); #liquid translocator recipes.remove(); recipes.addShaped( * 2, [[, , ], [, , ], [, , ]]); print("Initialized 'translocators.zs'");