From c192ecff90aba3656f5a180b4d57d573ab91f727 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Mon, 1 Sep 2014 13:53:18 -0400 Subject: [PATCH] don't shadow the surface the toaster sits on (it's too small to matter) --- homedecor/misc-nodes.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homedecor/misc-nodes.lua b/homedecor/misc-nodes.lua index 13618015..e707d2da 100644 --- a/homedecor/misc-nodes.lua +++ b/homedecor/misc-nodes.lua @@ -1420,6 +1420,7 @@ minetest.register_node("homedecor:toaster", { drawtype = "nodebox", paramtype = "light", paramtype2 = "facedir", + sunlight_propagates = true, groups = { snappy=3 }, node_box = { type = "fixed", @@ -1450,6 +1451,7 @@ minetest.register_node("homedecor:toaster_loaf", { drawtype = "nodebox", paramtype = "light", paramtype2 = "facedir", + sunlight_propagates = true, groups = { snappy=3, not_in_creative_inventory=1 }, node_box = { type = "fixed",