Cakes can be picked up whole using Crystal Shovel from Ethereal mod

This commit is contained in:
TenPlus1 2016-02-01 19:10:27 +00:00
parent 344791d77b
commit 2257c0b5c5

View File

@ -53,7 +53,7 @@ minetest.register_node("pie:"..pie.."_0", {
},
inventory_image = pie.."_inv.png",
wield_image = pie.."_inv.png",
groups = {},
groups = {crumbly = 3},
drawtype = "nodebox",
node_box = {
type = "fixed",