Move small mushrooms to mcl_mushrooms

This commit is contained in:
Wuzzy 2017-03-01 01:16:52 +01:00
parent 54a011b521
commit 15b5d8917a
12 changed files with 94 additions and 89 deletions

View file

@ -9,7 +9,7 @@ minetest.register_craftitem("mcl_potions:fermented_spider_eye", {
minetest.register_craft({
type = "shapeless",
output = "mcl_potions:fermented_spider_eye",
recipe = { "mcl_farming:mushroom_brown", "mcl_core:sugar", "mcl_mobitems:spider_eye" },
recipe = { "mcl_mushrooms:mushroom_brown", "mcl_core:sugar", "mcl_mobitems:spider_eye" },
})
minetest.register_craftitem("mcl_potions:glass_bottle", {