diff --git a/mods/mcl_core/nodes.lua b/mods/mcl_core/nodes.lua index 4533bdfb7..e6f2058cf 100644 --- a/mods/mcl_core/nodes.lua +++ b/mods/mcl_core/nodes.lua @@ -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,