Fix missing comma

This commit is contained in:
JP Guerrero 2018-03-24 10:27:13 +01:00
parent 8cd1f62211
commit a8000f99fd

View File

@ -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},
})