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/food_organics/water.json

17 lines
298 B
JSON

{
"path": "food_organics/water",
"recipe": {
"inputs": {
"ice_chunk": 1
},
"output": {
"water": 2
},
"process_time_seconds": 10
},
"craft": {
"type": "food_organics",
"subCategory": "liquid",
"id": "food_organics:liquid:food_organics_water"
}
}