From 8a9f8edf489903876f168eba45f8967884a7a1f3 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 10 Feb 2017 06:02:09 +0100 Subject: [PATCH] Vines light param --- mods/mcl_core/nodes.lua | 1 + 1 file changed, 1 insertion(+) 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,