mirror of
https://codeberg.org/minenux/minetest-mod-xdecor
synced 2023-10-20 21:43:39 -07:00
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",
|
description = "Bowl",
|
||||||
inventory_image = "xdecor_bowl.png",
|
inventory_image = "xdecor_bowl.png",
|
||||||
wield_image = "xdecor_bowl.png"
|
wield_image = "xdecor_bowl.png"
|
||||||
|
groups = {food_bowl = 1, flammable = 2},
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craftitem("xdecor:bowl_soup", {
|
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", "default:iron_lump", "default:iron_lump"}
|
{"default:iron_lump", "default:iron_lump", "default:iron_lump"}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user