Crafting using Copper Ingot, Copper Ingot, Pole, Handle and Copper Ingot, arranged in the pattern shown. Produces Copper Lance.
- Inputs
- 3 × Copper Ingot
- Pole
- Handle
- Output
- → Copper Lance
item· Other
Copper Lance is a item from Spartan Weaponry, crafted from Copper Ingot, Pole, and Handle.
Crafting using Copper Ingot, Copper Ingot, Pole, Handle and Copper Ingot, arranged in the pattern shown. Produces Copper Lance.
spartanweaponry:copper_lancespartanweaponryspartanweaponryspartanweaponry:items/copper_weapons spartanweaponry:items/lances
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" #",
"#/ ",
"|# "
],
"ingredients": {
"#": {
"tag": "forge:ingots/copper"
},
"/": {
"item": "spartanweaponry:pole"
},
"|": {
"item": "spartanweaponry:handle"
}
},
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"lance",
"copper"
]
},
"type": "spartanweaponry:type_disabled"
},
{
"raw": {
"type": "forge:not",
"value": {
"tag": "forge:ingots/copper",
"type": "forge:tag_empty"
}
},
"type": "forge:not"
}
],
"sequence": null,
"group_name": "spartanweaponry:lance",
"experience": null,
"cooking_time": null
}