Neuromancer wrote:Is there a way to make a plantlike node that is placeable on top of another plantlike node?
Yes.
Neuromancer wrote:If so what is the property to set?
For the node you want to build to:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
pointable = true,
buildable_to = false,
You normally don’t have to set these properties, since they are implied if you do not mention them in your node definition.
For both nodes:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
drawtype = "plantlike", -- I hope that’s obvious
I'm creating
MineClone 2, a Minecraft clone for Minetest.
I made the
Help modpack, adding in-game help to Minetest.