forked from nalc/homedecor_modpack
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:
parent
33bc4e8853
commit
b733c4c5b3
@ -523,9 +523,9 @@ minetest.register_node("homedecor:simple_bench", {
|
|||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
{-0.5, -0.15, -0.2, 0.5, -0.05, 0.2},
|
{-0.5, -0.15, 0, 0.5, -0.05, 0.4},
|
||||||
{-0.4, -0.5, -0.1, -0.3, -0.15, 0.1},
|
{-0.4, -0.5, 0.1, -0.3, -0.15, 0.3},
|
||||||
{ 0.3, -0.5, -0.1, 0.4, -0.15, 0.1},
|
{ 0.3, -0.5, 0.1, 0.4, -0.15, 0.3},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user