Cutting using Any Electrum Plate (50 ticks). Produces 2× Electrum Wire.
50 ticks
Cutting using Any Electrum Plate (50 ticks). Produces 2× Electrum Wire.
50 ticks
Crafting using Any Electrum Plate and Engineer's Wire Cutters, in any arrangement. Produces Electrum Wire.
immersiveengineering:wire_electrumimmersiveengineeringimmersiveengineeringforge:items/wires/electrum
Recipe JSON (2):
{
"recipe_type": "create:cutting",
"pattern": null,
"ingredients": {
"tag": "forge:plates/electrum"
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "immersiveengineering"
},
"type": "forge:mod_loaded"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": 50
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"tag": "forge:plates/electrum"
},
{
"item": "immersiveengineering:wirecutter"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}