Differences From Artifact [505457a3b8]:
- File distiller.lua — part of check-in [58edda50fc] at 2021-10-27 13:42:02 on branch trunk — add distiller, remove old extract recipes (user: lexi, size: 4996) [annotate] [blame] [check-ins using]
To Artifact [4be66a79c1]:
- File distiller.lua — part of check-in [17322fc1b2] at 2021-10-27 17:10:12 on branch trunk — fix wine compat (user: lexi, size: 4997) [annotate] [blame] [check-ins using]
142 142 if not alc then return 0 end 143 143 if alc.kind == 'pure' then return stack:get_count() end 144 144 end 145 145 return 0 146 146 end; 147 + 147 148 on_metadata_inventory_put = function(pos, list, idx, stack, who) 148 149 local m = minetest.get_meta(pos) 149 150 local timer = minetest.get_node_timer(pos) 150 151 local inv = m:get_inventory() 151 152 if inv:is_empty 'herb' then return end