Fix missing comma
This commit is contained in:
parent
8cd1f62211
commit
a8000f99fd
@ -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},
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user