add food_ group to bowl
added {food_bowl=1} group to bowl so it asheres to ruben's food crafting standards.
This commit is contained in:
parent
471af9b080
commit
0afb011a4a
@ -204,6 +204,7 @@ minetest.register_craftitem("xdecor:bowl", {
|
||||
description = "Bowl",
|
||||
inventory_image = "xdecor_bowl.png",
|
||||
wield_image = "xdecor_bowl.png"
|
||||
groups = {food_bowl = 1, flammable = 2},
|
||||
})
|
||||
|
||||
minetest.register_craftitem("xdecor:bowl_soup", {
|
||||
|
Loading…
x
Reference in New Issue
Block a user