mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Revert "Make cakes transparent"
This reverts commit 6327acacb41b5c72fa65e645f6b9b027f70f70b6.
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user