Explosive Arrow
16×16 · BAKED

item· Other

Explosive Arrow

Spartan Weaponry · by ObliviousSpartan
item ArrowsExplosives

Explosive Arrow is a item from Spartan Weaponry, crafted from Explosive Charge and Arrow.

Acquisition

Fletching using Explosive Charge, Arrow and Arrow. Produces 2× Explosive Arrow.

Fletching conditional
Explosive Arrow Explosive Arrow ×2 guaranteed

Crafting using Arrow and Explosive Charge, in any arrangement. Produces Explosive Arrow.

Crafting ⇆ any arrangement conditional
Arrow
Explosive Charge
Explosive Arrow Explosive Arrow guaranteed
Developer reference
Registry name
spartanweaponry:explosive_arrow
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/arrows
spartanweaponry:items/explosives

Recipe JSON (2):

{
  "recipe_type": "apotheosis:fletching",
  "pattern": null,
  "ingredients": [
    {
      "item": "spartanweaponry:explosive_charge"
    },
    {
      "item": "minecraft:arrow"
    },
    {
      "item": "minecraft:arrow"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "apotheosis"
      },
      "type": "forge:mod_loaded"
    },
    {
      "raw": {
        "type": "apotheosis:module",
        "module": "village"
      },
      "type": "apotheosis:module"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:arrow"
    },
    {
      "item": "spartanweaponry:explosive_charge"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "arrows",
          "explosives"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}