Renderer/assets/Data/game/recipes.json
austin 9bd81242fc
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
implement crafting
2024-11-16 18:38:43 -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": "Workbench",
"count": 1
}
]
}
],
"files": [
]
}