From b4feb52c498a18b68df961945aa414ee3243c482 Mon Sep 17 00:00:00 2001 From: Rubenwardy Date: Tue, 2 Oct 2012 17:38:10 +0100 Subject: Added Food Group --- drinks/hot.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'drinks') diff --git a/drinks/hot.lua b/drinks/hot.lua index 57c5c79..f39e0a5 100644 --- a/drinks/hot.lua +++ b/drinks/hot.lua @@ -31,6 +31,7 @@ minetest.register_craftitem("food:coffee", { description = "Coffee", inventory_image = "food_coffee_cup.png", on_use = minetest.item_eat(10), + groups={food=1}, }) minetest.register_craft({ -- cgit v1.2.3