Fix crafts
This commit is contained in:
parent
8633ff3aa5
commit
b3e595e62e
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ minetest.register_craftitem("mcl_potions:fermented_spider_eye", {
|
|||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "mcl_potions:fermented_spider_eye",
|
||||
recipe = { "farming:mushroom_brown", "default:sugar", "mobs:spider_eye" },
|
||||
recipe = { "farming:mushroom_brown", "default:sugar", "mcl_mobitems:spider_eye" },
|
||||
})
|
||||
|
||||
-- TODO: Get texture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue