Lower height
This commit is contained in:
parent
63f66a1381
commit
69d34aa1fa
2
init.lua
2
init.lua
@ -174,7 +174,7 @@ minetest.register_node(":default:book_open", {
|
|||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
{-0.375, -0.47, -0.282, 0.375, -0.4, 0.282}, -- Top
|
{-0.375, -0.47, -0.282, 0.375, -0.4125, 0.282}, -- Top
|
||||||
{-0.4375, -0.5, -0.3125, 0.4375, -0.47, 0.3125},
|
{-0.4375, -0.5, -0.3125, 0.4375, -0.47, 0.3125},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user