From c6223e5b3d051cc30144542aae9618a3e95f9ecd Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 10 Feb 2017 05:34:42 +0100 Subject: [PATCH] Make vince buildable_to --- 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 6d1682a9e..4533bdfb7 100644 --- a/mods/mcl_core/nodes.lua +++ b/mods/mcl_core/nodes.lua @@ -1069,6 +1069,7 @@ minetest.register_node("mcl_core:vine", { paramtype2 = "wallmounted", walkable = false, climbable = true, + buildable_to = true, selection_box = { type = "wallmounted", },