Dynamite
16×16 · BAKED

item· Other

Dynamite

Spartan Weaponry · by ObliviousSpartan
item Explosives

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

Acquisition

Crafting using String, Explosive Charge and Explosive Charge, arranged in the pattern shown. Produces 2× Dynamite.

Crafting conditional
String
Explosive Charge
Explosive Charge
Dynamite Dynamite ×2 guaranteed
Developer reference
Registry name
spartanweaponry:dynamite
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (1)
spartanweaponry:items/explosives

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "  ~",
    " # ",
    "#  "
  ],
  "ingredients": {
    "#": {
      "item": "spartanweaponry:explosive_charge"
    },
    "~": {
      "tag": "forge:string"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "explosives"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}