From 9ca6ec84f5f7decb9e7f67277577401764e1c198 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 20 Mar 2017 19:34:28 +0100 Subject: [PATCH] Revert "Make cakes transparent" This reverts commit 6327acacb41b5c72fa65e645f6b9b027f70f70b6. --- mods/ITEMS/mcl_cake/init.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/mods/ITEMS/mcl_cake/init.lua b/mods/ITEMS/mcl_cake/init.lua index e81dd407b..4deeb82be 100644 --- a/mods/ITEMS/mcl_cake/init.lua +++ b/mods/ITEMS/mcl_cake/init.lua @@ -35,7 +35,6 @@ 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 = { @@ -81,7 +80,6 @@ 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 = {