mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-23 02:51:06 +01:00
Make vince buildable_to
This commit is contained in:
parent
1c67f9aacc
commit
c6223e5b3d
1 changed files with 1 additions and 0 deletions
|
@ -1069,6 +1069,7 @@ minetest.register_node("mcl_core:vine", {
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
climbable = true,
|
climbable = true,
|
||||||
|
buildable_to = true,
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "wallmounted",
|
type = "wallmounted",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue