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/GameServer/data/gso/recipes/smelting/aluminum_ingot.json
2026-03-11 00:32:45 -03:00

17 lines
310 B
JSON

{
"path": "smelting/aluminum_ingot",
"recipe": {
"inputs": {
"bauxite_ore_common": 3
},
"output": {
"aluminum_ingot": 1
},
"smelt_time_seconds": 20
},
"craft": {
"type": "smelting",
"subCategory": "ingot",
"id": "smelting:ingot:smelting_aluminum_ingot"
}
}