Jump to content

DorkEsquire

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by DorkEsquire

  1. The code for the vanilla Tipped-Arrow is as follows: { "type": "minecraft:crafting_special_tippedarrow" } I also tried to use the name as though I was using /give and it didn't work. It looks like there is a potion tag that needs to be filled with the potion, which is why I was trying the first thing. Needless to say the vanilla recipe did not work.
  2. HI all, I am trying to get a Tipped arrow from a recipe, but it keeps giving me the "Uncraftable Tipped Arrow". How do I denote which potion should be applied to it? This is the code I am working with { "group": "ninjas_needs", "type": "minecraft:crafting_shapeless", "ingredients": [ { "item": "minecraft:arrow" }, { "item": "ninjas_needs:nightshade" } ], "result": { "item": "minecraft:tipped_arrow", "Potion": "minecraft:poison", "count": 1 } }
×
×
  • Create New...

Important Information

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