Fix rope not having sunlight_propagates = true.

This commit is contained in:
Calinou 2014-05-07 21:32:54 +02:00
parent 62dd5c9eed
commit 313271d6c3
1 changed files with 3 additions and 4 deletions

View File

@ -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,
},