mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Fix registered_craftitems not populated in async env
This commit is contained in:
parent
f9c881eb5a
commit
f6bddc4e8d
2 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,7 @@ do
|
|||
-- Reassemble the other tables
|
||||
if v.type == "node" then
|
||||
all.registered_nodes[k] = v
|
||||
elseif v.type == "craftitem" then
|
||||
elseif v.type == "craft" then
|
||||
all.registered_craftitems[k] = v
|
||||
elseif v.type == "tool" then
|
||||
all.registered_tools[k] = v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue