Crafting using Handle and Any Iron Ingot, arranged in the pattern shown. Produces Iron Throwing Knife.
item· Other
Iron Throwing Knife
Spartan Weaponry · by ObliviousSpartan
Iron Throwing Knife is a item from Spartan Weaponry, crafted from Handle and Any Iron Ingot.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Village Weaponsmith (spartanweaponry) spartanweaponry:village_weaponsmith | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
spartanweaponry:iron_throwing_knife- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (2)
spartanweaponry:items/iron_weapons spartanweaponry:items/throwing_knives
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"|#"
],
"ingredients": {
"#": {
"tag": "forge:ingots/iron"
},
"|": {
"tag": "spartanweaponry:handles"
}
},
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"throwing_knife"
]
},
"type": "spartanweaponry:type_disabled"
}
],
"sequence": null,
"group_name": "spartanweaponry:throwing_knife",
"experience": null,
"cooking_time": null
}