Skip to content
Snippets Groups Projects
Commit a8000f99 authored by JP Guerrero's avatar JP Guerrero
Browse files

Fix missing comma

parent 8cd1f622
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ xdecor.register("cauldron_soup", {
minetest.register_craftitem("xdecor:bowl", {
description = "Bowl",
inventory_image = "xdecor_bowl.png",
wield_image = "xdecor_bowl.png"
wield_image = "xdecor_bowl.png",
groups = {food_bowl = 1, flammable = 2},
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment