mirror of
https://codeberg.org/minenux/minetest-mod-xdecor
synced 2023-10-20 21:43:39 -07:00
Formspec now updates after applying enchantment
* This prevents crash when trying to apply a second enchantment
* backported 556d978708
This commit is contained in:
parent
9f4002b749
commit
3e0ca1304d
@ -123,6 +123,7 @@ function enchanting.fields(pos, _, fields, sender)
|
||||
inv:set_stack("mese", 1, mese)
|
||||
inv:set_stack("tool", 1, tool)
|
||||
end
|
||||
enchanting.formspec(pos)
|
||||
end
|
||||
|
||||
function enchanting.dig(pos)
|
||||
|
Loading…
x
Reference in New Issue
Block a user