Formspec now updates after applying enchantment. This prevents crash when trying to apply a second enchantment

This commit is contained in:
0siribix 2021-12-06 06:31:26 -06:00
parent 7e5954d9c8
commit 556d978708

View File

@ -134,6 +134,7 @@ function enchanting.fields(pos, _, fields, sender)
mese:take_item(mese_cost)
inv:set_stack("mese", 1, mese)
inv:set_stack("tool", 1, tool)
enchanting.formspec(pos)
end
end