From ea6de9ba1faa609623843810d141d3c0428a0ce5 Mon Sep 17 00:00:00 2001 From: kilbith Date: Tue, 26 Aug 2014 08:15:49 -0400 Subject: [PATCH] Selection box for the coffee maker --- homedecor/misc-nodes.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homedecor/misc-nodes.lua b/homedecor/misc-nodes.lua index 5eb01f5c..38314bad 100644 --- a/homedecor/misc-nodes.lua +++ b/homedecor/misc-nodes.lua @@ -1272,6 +1272,10 @@ minetest.register_node("homedecor:coffee_maker", { {-0.1, -0.4, -0.2838, -0.06, -0.39, -0.2638}, -- NodeBox14 {-0.075, -0.485, -0.2838, -0.06, -0.39, -0.2638}, -- NodeBox15 } + }, + selection_box = { + type = "fixed", + fixed = { -0.22, -0.5, -0.35, 0.4, 0.21, 0.5 } } })