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

@ -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,
})