Jump to content

How do I specify a specific lingering potion as an ingredient in a recipe?


AHZNB

Recommended Posts

I'm trying to create a shapeless recipe with a Strong poison lingering potion as an ingredient. How do I do this? My recipe currently looks like this:

{
  "group": "narutomod",
  "type": "minecraft:crafting_shapeless",
  "ingredients": [
    {
      "item": "narutomod:smoke_bomb"
    },
    {
      "item": "minecraft:lingering_potion"
    }
  ],
  "result": {
    "item": "narutomod:poisonbomb",
    "count": 1
  }
}

Please help!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.