Fix missing comma

axinite
JP Guerrero 2018-03-24 10:27:13 +01:00
parent 8cd1f62211
commit a8000f99fd
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ xdecor.register("cauldron_soup", {
minetest.register_craftitem("xdecor:bowl", { 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}, groups = {food_bowl = 1, flammable = 2},
}) })