don't shadow the surface the toaster sits on

(it's too small to matter)
This commit is contained in:
Vanessa Ezekowitz 2014-09-01 13:53:18 -04:00
parent 1f1fa99c9d
commit c192ecff90
1 changed files with 2 additions and 0 deletions

View File

@ -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",