recipe
Smelt Bronze
Ingredients
- Copper Ore ×2
- Wood ×1
Produces
Play action
Raw definition
{
"crafting_skill": "core:smithing",
"direction_requirement": null,
"id": "core:smelt_bronze",
"inputs": [
[
"core:copper_ore",
2
],
[
"core:wood",
1
]
],
"name": "Smelt Bronze",
"output": "core:bronze_bar",
"output_count": 1,
"play_action": "core:smith",
"research_prerequisite": "core:bronze_arms",
"secondary_outputs": [],
"stakes": "None",
"work_ticks": 50,
"workstation": "core:forge",
"yield_ladder": null
}