diff --git a/mods/mcl_core/nodes.lua b/mods/mcl_core/nodes.lua index 6d1682a9..4533bdfb 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", },