diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-21 22:10:52 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-21 22:10:52 +0000 |
commit | 1b8c647f4b172d3a41aa165fd591aa0f3e819aa0 (patch) | |
tree | dc625c67d13d96b86757c7167e76c65d6fc64aaf /pea.lua | |
parent | 2bcc920a4b32b4e7e715f4fee2f4a9597e97f5fb (diff) |
removed unused group from pea soup
Diffstat (limited to 'pea.lua')
-rw-r--r-- | pea.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ minetest.register_craft({ minetest.register_craftitem("farming:pea_soup", { description = S("Pea Soup"), inventory_image = "farming_pea_soup.png", - groups = {food_peas = 1, flammable = 2}, + groups = {flammable = 2}, on_use = minetest.item_eat(4, "farming:bowl"), }) |