Aktualizovat „xdecor/src/workbench.lua“

This commit is contained in:
Milan2018 2020-07-30 11:27:17 +02:00
parent f726290d80
commit c682f0d79c
1 changed files with 2 additions and 0 deletions

View File

@ -242,6 +242,7 @@ xdecor.register("workbench", {
for _, d in pairs(workbench.defs) do
for i=1, #nodes do
pcall(function()
local node = nodes[i]
local def = registered_nodes[node]
@ -286,6 +287,7 @@ for i=1, #nodes do
on_place = minetest.rotate_node
})
end
end)
end
end