Renderer/assets/Data/game/recipes.json
austin 50ad6dcfc6
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
craftingpanel implementation
2024-10-24 13:30:44 -04:00

39 lines
836 B
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
}
]
}
],
"files": [
]
}