add food_ group to bowl

added {food_bowl=1} group to bowl so it asheres to ruben's food crafting standards.
fork-master
tenplus1 2018-03-22 08:13:25 +00:00 committed by kilbith
parent 471af9b080
commit 0afb011a4a
1 changed files with 2 additions and 1 deletions

View File

@ -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", {
@ -232,4 +233,4 @@ minetest.register_craft({
{"default:iron_lump", "", "default:iron_lump"},
{"default:iron_lump", "default:iron_lump", "default:iron_lump"}
}
})
})