Renderer/assets/Data/game/recipes.json
austin d10da49140
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
tooltips, recipes, refactoring
2024-10-23 10:41:32 -04:00

22 lines
396 B
JSON

{
"recipes": [
{
"id": 0,
"ingredients": [
{
"itemType": "katana2H",
"count": 1
}
],
"products": [
{
"itemType": "katana2H",
"count": 1
}
]
}
],
"files": [
]
}