diff options
author | FaceDeer <derksenmobile@gmail.com> | 2016-12-31 21:19:52 -0700 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2016-12-31 21:19:52 -0700 |
commit | 68e0ca21c6ff335d1b27c3bebc796de56cb2a49b (patch) | |
tree | 773926f57c8ec78f628d1620800f081a48404324 /node_misc.lua | |
parent | 70803f1f44febe19da436194d36afe85e983d473 (diff) |
Changed sand digger to a more generic soft material digger, added more sophisticated traction, made structure climbable, added infotexts
Diffstat (limited to 'node_misc.lua')
-rw-r--r-- | node_misc.lua | 2 |
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", |