Renderer/assets/Data/game/recipes.json
austin e1ec69c230
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
spawn item automatic generation
2024-11-14 15:14:36 -05:00

55 lines
1.2 KiB
JSON

{
"recipes": [
{
"id": 0,
"displayName": "Katana (Two Hand)",
"ingredients": [
{
"itemType": "katana2H",
"count": 1
}
],
"products": [
{
"itemType": "katana2H",
"count": 1
}
]
},
{
"id": 1,
"displayName": "Katana (One Hand)",
"ingredients": [
{
"itemType": "katana",
"count": 1
}
],
"products": [
{
"itemType": "katana",
"count": 1
}
]
},
{
"id": 2,
"displayName": "Workbench",
"ingredients": [
{
"itemType": "Log",
"count": 1
}
],
"products": [
{
"itemType": "SPAWN_Workbench",
"count": 1
}
]
}
],
"files": [
]
}