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/magnesium_ingot.json
2026-03-11 00:32:45 -03:00

17 lines
315 B
JSON

{
"path": "smelting/magnesium_ingot",
"recipe": {
"inputs": {
"magnesium_ore_common": 2
},
"output": {
"magnesium_ingot": 1
},
"smelt_time_seconds": 18
},
"craft": {
"type": "smelting",
"subCategory": "ingot",
"id": "smelting:ingot:smelting_magnesium_ingot"
}
}