API/GameServer/data/gso/recipes/smelting/gold_ingot.json
2026-03-11 00:32:45 -03:00

17 lines
295 B
JSON

{
"path": "smelting/gold_ingot",
"recipe": {
"inputs": {
"gold_ore_common": 2
},
"output": {
"gold_ingot": 1
},
"smelt_time_seconds": 20
},
"craft": {
"type": "smelting",
"subCategory": "ingot",
"id": "smelting:ingot:smelting_gold_ingot"
}
}