forked from VoxeLibre/VoxeLibre
Vines light param
This commit is contained in:
parent
3d7502f666
commit
8a9f8edf48
|
@ -1066,6 +1066,7 @@ minetest.register_node("mcl_core:vine", {
|
|||
inventory_image = "default_vine.png",
|
||||
wield_image = "default_vine.png",
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
paramtype2 = "wallmounted",
|
||||
walkable = false,
|
||||
climbable = true,
|
||||
|
|
Loading…
Reference in New Issue