mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
Use cake inventory image
This commit is contained in:
parent
c5aa2e612c
commit
fa9937d55a
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ minetest.register_craft({
|
||||||
minetest.register_node("cake:cake", {
|
minetest.register_node("cake:cake", {
|
||||||
description = "Cake",
|
description = "Cake",
|
||||||
tiles = {"cake_top.png","cake_bottom.png","cake_side.png","cake_side.png","cake_side.png","cake_side.png"},
|
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",
|
paramtype = "light",
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
|
|
Loading…
Reference in a new issue