Crafting using Any Planks and Any Handles, arranged in the pattern shown. Produces Wooden Dagger.
item· Other
Wooden Dagger
Spartan Weaponry · by ObliviousSpartan
Wooden Dagger is a item from Spartan Weaponry, crafted from Any Planks and Any Handles.
Acquisition
Related items
Developer reference
- Registry name
spartanweaponry:wooden_dagger- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (2)
spartanweaponry:items/daggers 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": [
"dagger"
]
},
"type": "spartanweaponry:type_disabled"
}
],
"sequence": null,
"group_name": "spartanweaponry:dagger",
"experience": null,
"cooking_time": null
}