Question about node_box type="wallmounted"
Hello all,
Maybe someone can help me.
I would like to create node_box with this special options:
It works for wall_top and wall_bottom node fine.
When i want create a wall_side element it is an empty box in game =(
Did you have an idea what is wrong in my scribt??
Maybe someone can help me.
I would like to create node_box with this special options:
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
...
node_box = {
type = "wallmounted",
wall_top = {-0.1, 0.5-0.6, -0.1, 0.1, 0.5, 0.1},
wall_bottom = {-0.1, -0.5, -0.1, 0.1, -0.5+0.6, 0.1},
wall_side = {
{-0.1, 0.0, -0.1, 0.5, 0.1, 0.1},
{-0.1, 0.1, -0.1, 0.1, 0.5, 0.1},
},
},
...
It works for wall_top and wall_bottom node fine.
When i want create a wall_side element it is an empty box in game =(
Did you have an idea what is wrong in my scribt??