summaryrefslogtreecommitdiff
path: root/node_misc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'node_misc.lua')
-rw-r--r--node_misc.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/node_misc.lua b/node_misc.lua
index 3168a46..c26d6a2 100644
--- a/node_misc.lua
+++ b/node_misc.lua
@@ -5,6 +5,8 @@ minetest.register_node("digtron:structure", {
drop = 'digtron:structure',
tiles = {"digtron_plate.png"},
drawtype = "nodebox",
+ climbable = true,
+ walkable = false,
paramtype = "light",
node_box = {
type = "fixed",