sorcery  Diff

Differences From Artifact [02ed02122e]:

To Artifact [a1903de2a1]:


785
786
787
788
789
790
791








for n,v in pairs(sorcery.data.greases) do
	if (v.core and #v.core > 0) or (v.mix and #v.mix > 0) then
		local id = 'sorcery:grease_' .. n
		potion_auto_recipe(id,v,{'farming:mixing_bowl'},'xdecor:bowl')
	end
end














>
>
>
>
>
>
>
785
786
787
788
789
790
791
792
793
794
795
796
797
798

for n,v in pairs(sorcery.data.greases) do
	if (v.core and #v.core > 0) or (v.mix and #v.mix > 0) then
		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;
}