Lower height

This commit is contained in:
James Stevenson 2016-07-26 14:14:17 -04:00
parent 63f66a1381
commit 69d34aa1fa

View File

@ -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},
} }
}, },