Crafting using Constantan Ingot and Handle, arranged in the pattern shown. Produces Constantan Dagger.
- Inputs
- Constantan Ingot
- Handle
- Output
- → Constantan Dagger
item· Other
Constantan Dagger is a item from Spartan Weaponry, crafted from Constantan Ingot and Handle.
Crafting using Constantan Ingot and Handle, arranged in the pattern shown. Produces Constantan Dagger.
spartanweaponry:constantan_daggerspartanweaponryspartanweaponryspartanweaponry:items/contantan_weapons spartanweaponry:items/daggers
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"#",
"|"
],
"ingredients": {
"#": {
"tag": "forge:ingots/constantan"
},
"|": {
"tag": "spartanweaponry:handles"
}
},
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"dagger",
"constantan"
]
},
"type": "spartanweaponry:type_disabled"
},
{
"raw": {
"type": "forge:not",
"value": {
"tag": "forge:ingots/constantan",
"type": "forge:tag_empty"
}
},
"type": "forge:not"
}
],
"sequence": null,
"group_name": "spartanweaponry:dagger",
"experience": null,
"cooking_time": null
}