mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 20:03:45 +01:00
Use cake inventory image
This commit is contained in:
parent
c5aa2e612c
commit
fa9937d55a
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user