aboutsummaryrefslogtreecommitdiff
path: root/steles/nodes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'steles/nodes.lua')
-rw-r--r--steles/nodes.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/steles/nodes.lua b/steles/nodes.lua
index a298293..39eb9ee 100644
--- a/steles/nodes.lua
+++ b/steles/nodes.lua
@@ -87,6 +87,7 @@ for i, material in ipairs(steles.materials) do
end
end
end,
+ on_punch = function(pos, node, player, pointed_thing) display_lib.update_entities(pos) end,
})
end
end