diff options
-rw-r--r-- | nodes.lua | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -265,13 +265,12 @@ local nodes = { inventory_image = "moreblocks_rope.png", wield_image = "moreblocks_rope.png", paramtype = "light", + sunlight_propagates = true, paramtype2 = "wallmounted", walkable = false, climbable = true, - selection_box = { - type = "wallmounted", - }, - groups = {snappy=3,flammable=2}, + selection_box = {type = "wallmounted",}, + groups = {snappy = 3, flammable = 2}, sounds = sound_leaves, no_stairs = true, }, |