Simple bench closer from the node behind

Simple bench closer from the node behind (prettier usage) : https://cdn.mediacru.sh/SWJdRE4pI0L9.png
This commit is contained in:
kilbith 2014-08-22 23:19:16 +02:00
parent 33bc4e8853
commit b733c4c5b3
1 changed files with 3 additions and 3 deletions

View File

@ -523,9 +523,9 @@ minetest.register_node("homedecor:simple_bench", {
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.15, -0.2, 0.5, -0.05, 0.2},
{-0.4, -0.5, -0.1, -0.3, -0.15, 0.1},
{ 0.3, -0.5, -0.1, 0.4, -0.15, 0.1},
{-0.5, -0.15, 0, 0.5, -0.05, 0.4},
{-0.4, -0.5, 0.1, -0.3, -0.15, 0.3},
{ 0.3, -0.5, 0.1, 0.4, -0.15, 0.3},
}
},
})