diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-12 17:35:48 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-12 17:35:48 +0000 |
commit | e4ed12056d875b603c03e93aaf7e4489f606aa83 (patch) | |
tree | 2869c2ad19b0bd4032c6406a9c544cd1c12e95d3 /cocoa.lua | |
parent | 77198100f3bfa57de2d616bee3d2dfd3a48c02a9 (diff) |
removed _beans from coffee and cocoa
Diffstat (limited to 'cocoa.lua')
-rw-r--r-- | cocoa.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ end minetest.register_craftitem("farming:cocoa_beans", { description = S("Cocoa Beans"), inventory_image = "farming_cocoa_beans.png", - groups = {food_cocoa_beans = 1, flammable = 2}, + groups = {food_cocoa = 1, flammable = 2}, on_place = function(itemstack, placer, pointed_thing) return place_cocoa(itemstack, placer, pointed_thing, "farming:cocoa_1") end, |