mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-26 12:53:47 +01:00
Make vince buildable_to
parent
1c67f9aacc
commit
c6223e5b3d
@ -1069,6 +1069,7 @@ minetest.register_node("mcl_core:vine", {
|
||||
paramtype2 = "wallmounted",
|
||||
walkable = false,
|
||||
climbable = true,
|
||||
buildable_to = true,
|
||||
selection_box = {
|
||||
type = "wallmounted",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user