forked from VoxeLibre/VoxeLibre
Make ladders fully transparent
This commit is contained in:
parent
38d1e820b2
commit
0ab6124f0a
|
@ -1149,6 +1149,7 @@ minetest.register_node("mcl_core:ladder", {
|
||||||
inventory_image = "default_ladder.png",
|
inventory_image = "default_ladder.png",
|
||||||
wield_image = "default_ladder.png",
|
wield_image = "default_ladder.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
|
sunlight_propagates = true,
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
walkable = true,
|
walkable = true,
|
||||||
climbable = true,
|
climbable = true,
|
||||||
|
|
Loading…
Reference in New Issue