mirror of
https://github.com/Sokomine/cottages.git
synced 2024-12-28 03:30:35 +01:00
adjusted height of sleeping mat slightly
This commit is contained in:
parent
6ec642ee2e
commit
5a01fe0ee6
@ -106,13 +106,13 @@ minetest.register_node("cottages:sleeping_mat", {
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-0.48, -0.5,-0.48, 0.48, -0.45, 0.48},
|
||||
{-0.48, -0.5,-0.48, 0.48, -0.5+1/16, 0.48},
|
||||
}
|
||||
},
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-0.48, -0.5,-0.48, 0.48, -0.25, 0.48},
|
||||
{-0.48, -0.5,-0.48, 0.48, -0.5+2/16, 0.48},
|
||||
}
|
||||
},
|
||||
is_ground_content = false,
|
||||
|
Loading…
Reference in New Issue
Block a user