Move glistering melon to mcl_potions

This commit is contained in:
Wuzzy 2017-01-20 11:21:55 +01:00
parent 5aba29d076
commit 95bef458bb
5 changed files with 21 additions and 17 deletions

View file

@ -107,7 +107,6 @@ minetest.register_craftitem("mcl_mobitems:milk_bucket", {
inventory_image = "mcl_mobitems_bucket_milk.png",
wield_image = "mcl_mobitems_bucket_milk.png",
on_use = minetest.item_eat(0, "bucket:bucket_empty"),
groups = { food = 3, },
stack_max = 1,
})
@ -188,7 +187,7 @@ minetest.register_craftitem("mcl_mobitems:rabbit_foot", {
description = "Rabbit's Foot",
wield_image = "mcl_mobitems_rabbit_foot.png",
inventory_image = "mcl_mobitems_rabbit_foot.png",
groups = { craftitem = 1 },
groups = { brewitem = 1 },
stack_max = 64,
})