This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Galaxy-Strike-Online/Galaxy-Strike-Online-main/GameServer/data/gso/recipes/smelting/darksteel_ingot.json

18 lines
329 B
JSON

{
"path": "smelting/darksteel_ingot",
"recipe": {
"inputs": {
"dark_iron_ore": 2,
"iron_ore": 1
},
"output": {
"darksteel_ingot": 1
},
"smelt_time_seconds": 35
},
"craft": {
"type": "smelting",
"subCategory": "ingot",
"id": "smelting:ingot:smelting_darksteel_ingot"
}
}