Make cakes transparent

This commit is contained in:
Wuzzy 2017-03-20 19:32:23 +01:00
parent cedc6313d6
commit 6327acacb4
1 changed files with 2 additions and 0 deletions

View File

@ -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 = {