sorcery  Diff

Differences From Artifact [4091d897f1]:

To Artifact [4c15c3b3eb]:


   795    795   		minetest.register_craft {
   796    796   			output = dye .. ' 4';
   797    797   			recipe = {
   798    798   				{'',    pd[2],                     ''};
   799    799   				{pd[1],'basic_materials:paraffin', pd[3]};
   800    800   				{'',   'bucket:bucket_water',      ''};
   801    801   			};
          802  +			replacements = {
          803  +				{'bucket:bucket_water', 'bucket:bucket_empty'};
          804  +			};
   802    805   		}
   803    806   	end
   804    807   end
   805    808   
   806    809   local potion_auto_recipe = function(id, substance, tools, container)
   807    810   	local recipe = tools
   808    811   	local replace = {}