From 6327acacb41b5c72fa65e645f6b9b027f70f70b6 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 20 Mar 2017 19:32:23 +0100 Subject: [PATCH] Make cakes transparent --- mods/ITEMS/mcl_cake/init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/ITEMS/mcl_cake/init.lua b/mods/ITEMS/mcl_cake/init.lua index 4deeb82be..e81dd407b 100644 --- a/mods/ITEMS/mcl_cake/init.lua +++ b/mods/ITEMS/mcl_cake/init.lua @@ -35,6 +35,7 @@ minetest.register_node("mcl_cake:cake", { inventory_image = "cake.png", wield_image = "cake.png", paramtype = "light", + sunlight_propagates = true, is_ground_content = false, drawtype = "nodebox", selection_box = { @@ -80,6 +81,7 @@ local register_slice = function(level, nodebox, desc) _doc_items_create_entry = false, tiles = cake_texture, paramtype = "light", + sunlight_propagates = true, is_ground_content = false, drawtype = "nodebox", selection_box = {