Differences From Artifact [02ed02122e]:
- File recipes.lua — part of check-in [99e19cc14f] at 2021-07-06 22:21:04 on branch trunk — correct recipe (user: lexi, size: 23698) [annotate] [blame] [check-ins using]
To Artifact [a1903de2a1]:
- File recipes.lua — part of check-in [200ec592d5] at 2021-07-07 23:40:39 on branch trunk — add lathe, bug fixes, new sounds (user: lexi, size: 23825) [annotate] [blame] [check-ins using]
785 785 786 786 for n,v in pairs(sorcery.data.greases) do 787 787 if (v.core and #v.core > 0) or (v.mix and #v.mix > 0) then 788 788 local id = 'sorcery:grease_' .. n 789 789 potion_auto_recipe(id,v,{'farming:mixing_bowl'},'xdecor:bowl') 790 790 end 791 791 end 792 + 793 +sorcery.lathe.register { 794 + output = 'basic_materials:steel_bar 2'; 795 + input = 'default:steel_ingot'; 796 + tech = 'cut'; 797 + cost = 3; 798 +}