Add bowl of soup into Creative Inventory
This commit is contained in:
parent
76cc2fad77
commit
2e8b95dffe
@ -403,7 +403,7 @@ minetest.register_craftitem("xdecor:bowl_soup", {
|
|||||||
description = S("Bowl of soup"),
|
description = S("Bowl of soup"),
|
||||||
inventory_image = "xdecor_bowl_soup.png",
|
inventory_image = "xdecor_bowl_soup.png",
|
||||||
wield_image = "xdecor_bowl_soup.png",
|
wield_image = "xdecor_bowl_soup.png",
|
||||||
groups = {not_in_creative_inventory=1},
|
groups = {},
|
||||||
stack_max = 1,
|
stack_max = 1,
|
||||||
on_use = minetest.item_eat(30, "xdecor:bowl")
|
on_use = minetest.item_eat(30, "xdecor:bowl")
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user