#Name: rftools.zs #Author: Feed the Beast print("Initializing 'rftools.zs'..."); #machine blocks recipes.remove(); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[null, , null], [, , ]]); #storage module recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #storage tablet recipes.removeShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #powercell card mods.jei.JEI.removeAndHide(); #quarry shape card recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); print("Initialized 'rftools.zs'");