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/organics/plant_cloth.json

17 lines
296 B
JSON

{
"path": "organics/plant_cloth",
"recipe": {
"inputs": {
"plant_fiber": 2
},
"output": {
"plant_cloth": 1
},
"craft_time_seconds": 20
},
"craft": {
"type": "organics",
"subCategory": "fabric",
"id": "organics:fabric:organics_plant_cloth"
}
}