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/tungsten.json
2026-03-29 00:16:10 -03:00

20 lines
340 B
JSON

{
"recipe": {
"inputs": [
{ "original:ore_wolframite": 1 },
{ "original:ore_coal": 10 }
],
"output": {
"original:ingot_tungsten": 1
},
"time_seconds": 600,
"requires": {
"original:forging": 5
}
},
"craft": {
"type": "original:forging",
"id": "original:ingot_tungsten"
}
}