More brewitems

This commit is contained in:
Wuzzy 2017-01-20 11:37:18 +01:00
parent 354ce3171d
commit d58d9c7641
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ minetest.register_craftitem("farming:carrot_item_gold", {
description = "Golden Carrot",
inventory_image = "farming_carrot_gold.png",
on_use = minetest.item_eat(3),
groups = { food = 2, eatable = 3 },
groups = { brewitem = 1, food = 2, eatable = 3 },
})
minetest.register_craft({