Use cake inventory image

This commit is contained in:
Wuzzy 2017-01-16 20:59:07 +01:00
parent c5aa2e612c
commit fa9937d55a
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ minetest.register_craft({
minetest.register_node("cake:cake", {
description = "Cake",
tiles = {"cake_top.png","cake_bottom.png","cake_side.png","cake_side.png","cake_side.png","cake_side.png"},
inventory_image = "cake.png",
wield_image = "cake.png",
paramtype = "light",
is_ground_content = false,
drawtype = "nodebox",