Crafting using Copper Ingot, Bluebright Stick and Golden Feather, arranged in the pattern shown. Produces 4× Copper Arrow.
- Inputs
- Copper Ingot
- Bluebright Stick
- Golden Feather
- Output
- → Copper Arrow ×4
item· Other
Copper Arrow is a item from Spartan Weaponry, crafted from Copper Ingot, Bluebright Stick, and Golden Feather.
Crafting using Copper Ingot, Bluebright Stick and Golden Feather, arranged in the pattern shown. Produces 4× Copper Arrow.
Fletching using Copper Ingot, Bluebright Stick and Golden Feather. Produces 6× Copper Arrow.
spartanweaponry:copper_arrowspartanweaponryspartanweaponryspartanweaponry:items/arrows spartanweaponry:items/copper_projectiles
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"#",
"|",
"F"
],
"ingredients": {
"#": {
"tag": "forge:ingots/copper"
},
"F": {
"tag": "forge:feathers"
},
"|": {
"tag": "forge:rods/wooden"
}
},
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"arrows",
"copper_ammo"
]
},
"type": "spartanweaponry:type_disabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "apotheosis:fletching",
"pattern": null,
"ingredients": [
{
"tag": "forge:ingots/copper"
},
{
"tag": "forge:rods/wooden"
},
{
"tag": "forge:feathers"
}
],
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "apotheosis"
},
"type": "forge:mod_loaded"
},
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"arrows",
"copper_ammo"
]
},
"type": "spartanweaponry:type_disabled"
},
{
"raw": {
"type": "apotheosis:module",
"module": "village"
},
"type": "apotheosis:module"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}