@@ -788,4 +788,11 @@ local id = 'sorcery:grease_' .. n potion_auto_recipe(id,v,{'farming:mixing_bowl'},'xdecor:bowl') end end + +sorcery.lathe.register { + output = 'basic_materials:steel_bar 2'; + input = 'default:steel_ingot'; + tech = 'cut'; + cost = 3; +}