1
0
зеркало из https://github.com/mt-mods/homedecor_modpack.git synced 2025-10-21 10:45:48 +02:00

don't shadow the surface the toaster sits on

(it's too small to matter)
Этот коммит содержится в:
Vanessa Ezekowitz
2014-09-01 13:53:18 -04:00
родитель 1f1fa99c9d
Коммит c192ecff90

Просмотреть файл

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