are stackable plantlike nodes possible?
Is there a way to make a plantlike node that is placeable on top of another plantlike node? If so what is the property to set?
FOSS gamedev and creative worlds
https://forums.minetest.org/
Neuromancer wrote:Is there a way to make a plantlike node that is placeable on top of another plantlike node?
Neuromancer wrote:If so what is the property to set?
pointable = true,
buildable_to = false,drawtype = "plantlike", -- I hope that’s obvious