Fix anvil not updating after removing input slot

This commit is contained in:
Wuzzy 2018-02-04 06:13:12 +01:00
parent 9ca97d6f4a
commit 8ff92fcb7f
1 changed files with 2 additions and 2 deletions

View File

@ -289,14 +289,14 @@ local anvildef = {
-- Otherwise: Rename mode: Clear all input slots as the whole stack is renamed.
inv:set_list("input", {"", ""})
end
end
if listname == "output" then
local destroyed = damage_anvil(pos, player)
-- Close formspec if anvil was destroyed
if destroyed then
-- See above for justification.
minetest.close_formspec(player:get_player_name(), "")
end
elseif listname == "input" then
update_anvil_slots(meta)
end
end,
on_construct = function(pos)