Add bowl of soup into Creative Inventory

This commit is contained in:
Wuzzy 2023-07-21 16:12:35 +02:00
parent 76cc2fad77
commit 2e8b95dffe

View File

@ -403,7 +403,7 @@ minetest.register_craftitem("xdecor:bowl_soup", {
description = S("Bowl of soup"),
inventory_image = "xdecor_bowl_soup.png",
wield_image = "xdecor_bowl_soup.png",
groups = {not_in_creative_inventory=1},
groups = {},
stack_max = 1,
on_use = minetest.item_eat(30, "xdecor:bowl")
})