forked from nalc/homedecor_modpack
don't shadow the surface the toaster sits on
(it's too small to matter)
This commit is contained in:
parent
1f1fa99c9d
commit
c192ecff90
@ -1420,6 +1420,7 @@ minetest.register_node("homedecor:toaster", {
|
|||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
|
sunlight_propagates = true,
|
||||||
groups = { snappy=3 },
|
groups = { snappy=3 },
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
@ -1450,6 +1451,7 @@ minetest.register_node("homedecor:toaster_loaf", {
|
|||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
|
sunlight_propagates = true,
|
||||||
groups = { snappy=3, not_in_creative_inventory=1 },
|
groups = { snappy=3, not_in_creative_inventory=1 },
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
|
Loading…
Reference in New Issue
Block a user