From e4ed12056d875b603c03e93aaf7e4489f606aa83 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 12 Mar 2018 17:35:48 +0000 Subject: removed _beans from coffee and cocoa --- cocoa.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa.lua') diff --git a/cocoa.lua b/cocoa.lua index c387c3d..254e435 100644 --- a/cocoa.lua +++ b/cocoa.lua @@ -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, -- cgit v1.2.3