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/game-server/datapacks/original/data/recipes/ingots/titanium.json
2026-03-29 00:16:10 -03:00

20 lines
338 B
JSON

{
"recipe": {
"inputs": [
{ "original:ore_ilmenite": 1 },
{ "original:ore_coal": 10 }
],
"output": {
"original:ingot_titanium": 1
},
"time_seconds": 300,
"requires": {
"original:forging": 4
}
},
"craft": {
"type": "original:forging",
"id": "original:ingot_titanium"
}
}