summaryrefslogtreecommitdiff
path: root/nodes_furniture.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nodes_furniture.lua')
-rw-r--r--nodes_furniture.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/nodes_furniture.lua b/nodes_furniture.lua
index 62ab626..5534975 100644
--- a/nodes_furniture.lua
+++ b/nodes_furniture.lua
@@ -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,