diff options
author | Rubenwardy <anjayward@gmail.com> | 2012-10-02 17:38:10 +0100 |
---|---|---|
committer | Rubenwardy <anjayward@gmail.com> | 2012-10-02 17:38:10 +0100 |
commit | b4feb52c498a18b68df961945aa414ee3243c482 (patch) | |
tree | c26aebdc8f3f05038cc3e0a576a73c1458d298b9 /drinks/hot.lua | |
parent | a954f869bf32bede8dfa4f435d710498c3e1ea6e (diff) |
Added Food Group
Diffstat (limited to 'drinks/hot.lua')
-rw-r--r-- | drinks/hot.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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({
|