Crafting using Stick, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces Mythicmetals Compat/copper/copper Longsword.
item· Other
Mythicmetals Compat/copper/copper Longsword
Simply Swords · by Sweenus
Mythicmetals Compat/copper/copper Longsword is a item from Simply Swords, crafted from Stick and Copper Ingot.
Acquisition
Developer reference
- Registry name
simplyswords:mythicmetals_compat/copper/copper_longsword- Namespace
simplyswords- Mod ID
simplyswords- Tags (1)
simplyswords:items/copper_tools
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"# ",
" X ",
" X"
],
"ingredients": {
"#": {
"tag": "c:wood_sticks"
},
"X": {
"item": "minecraft:copper_ingot"
}
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "mythicmetals"
},
"type": "forge:mod_loaded"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}