mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-12-26 10:40:22 +01:00
Fix rope not having sunlight_propagates = true.
This commit is contained in:
parent
62dd5c9eed
commit
313271d6c3
@ -265,13 +265,12 @@ local nodes = {
|
|||||||
inventory_image = "moreblocks_rope.png",
|
inventory_image = "moreblocks_rope.png",
|
||||||
wield_image = "moreblocks_rope.png",
|
wield_image = "moreblocks_rope.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
|
sunlight_propagates = true,
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
climbable = true,
|
climbable = true,
|
||||||
selection_box = {
|
selection_box = {type = "wallmounted",},
|
||||||
type = "wallmounted",
|
groups = {snappy = 3, flammable = 2},
|
||||||
},
|
|
||||||
groups = {snappy=3,flammable=2},
|
|
||||||
sounds = sound_leaves,
|
sounds = sound_leaves,
|
||||||
no_stairs = true,
|
no_stairs = true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user