mirror of
https://github.com/rubenwardy/food.git
synced 2025-11-03 04:05:26 +01:00
Added Food Group
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user