Skip to content

Commit

Permalink
initialize vessels:shelf nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
FaceDeer committed Dec 30, 2019
1 parent 26865b0 commit 51b9486
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ function settlements.initialize_nodes()
local node = minetest.get_node(ptemp)
if node.name == "default:furnace" or
node.name == "default:chest" or
node.name == "default:bookshelf"
node.name == "default:bookshelf" or
node.name == "vessels:shelf"
then
minetest.registered_nodes[node.name].on_construct(ptemp)
end
Expand Down

0 comments on commit 51b9486

Please sign in to comment.