Iron Dagger
16×16 · BAKED

item· Other

Iron Dagger

Spartan Weaponry · by ObliviousSpartan
item DaggersIron WeaponsZombie Spawn Weapons

Iron Dagger is a item from Spartan Weaponry, crafted from Any Iron Ingot and Handle.

Acquisition

Crafting using Any Iron Ingot and Handle, arranged in the pattern shown. Produces Iron Dagger.

Crafting conditional
Any Iron Ingot
Handle
Iron Dagger Iron Dagger guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Village Weaponsmith (spartanweaponry) spartanweaponry:village_weaponsmith1–1100%
Developer reference
Registry name
spartanweaponry:iron_dagger
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (3)
spartanweaponry:items/daggers
spartanweaponry:items/iron_weapons
spartanweaponry:items/zombie_spawn_weapons

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "|"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/iron"
    },
    "|": {
      "tag": "spartanweaponry:handles"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "dagger"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": "spartanweaponry:dagger",
  "experience": null,
  "cooking_time": null
}