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({

View File

@ -140,7 +140,7 @@ minetest.register_craftitem("mcl_mobitems:magma_cream", {
description = "Magma Cream",
wield_image = "mcl_mobitems_magma_cream.png",
inventory_image = "mcl_mobitems_magma_cream.png",
groups = { craftitem = 1 },
groups = { brewitem = 1 },
stack_max = 64,
})