From 5882c95774e6424f92ef8382ca4abc3428a224d6 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 14 Apr 2015 17:14:02 -0400 Subject: [PATCH] fix selection box on trophy --- homedecor/misc-nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homedecor/misc-nodes.lua b/homedecor/misc-nodes.lua index 33bf40d..1a22f2c 100644 --- a/homedecor/misc-nodes.lua +++ b/homedecor/misc-nodes.lua @@ -482,7 +482,7 @@ minetest.register_alias("homedecor:piano_right", "air") local tr_cbox = { type = "fixed", - fixed = { -0.21, -0.5, -0.125, 0.2725, 0.125, 0.1875 } + fixed = { -0.3125, -0.5, -0.1875, 0.3125, 0.125, 0.1875 } } homedecor.register("trophy", {