Crafting using Any Handles and Any Planks, arranged in the pattern shown. Produces Wooden Throwing Knife.
item· Other
Wooden Throwing Knife
Spartan Weaponry · by ObliviousSpartan
Wooden Throwing Knife is a item from Spartan Weaponry, crafted from Any Handles and Any Planks.
Acquisition
Related items
Developer reference
- Registry name
spartanweaponry:wooden_throwing_knife- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (2)
spartanweaponry:items/throwing_knives spartanweaponry:items/wooden_weapons
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"|#"
],
"ingredients": {
"#": {
"tag": "minecraft:planks"
},
"|": {
"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
}