From 68e0ca21c6ff335d1b27c3bebc796de56cb2a49b Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Sat, 31 Dec 2016 21:19:52 -0700 Subject: Changed sand digger to a more generic soft material digger, added more sophisticated traction, made structure climbable, added infotexts --- node_misc.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'node_misc.lua') 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", -- cgit v1.2.3