Aktualizovat „xdecor/src/workbench.lua“
This commit is contained in:
parent
f726290d80
commit
c682f0d79c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue