Renderer/assets/Data/game/recipes.json
austin bd2f49ab09
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
charge work
2025-04-30 14:10:11 -04:00

25 lines
566 B
JSON

{
"recipes": [
{
"displayName": "Workbench",
"craftingTag" : "HAND",
"ingredients": [
{
"itemType": "Log",
"count": 1
}
],
"products": [
{
"itemType": "Workbench",
"count": 1
}
]
}
],
"files": [
"Data/game/recipes/weapons.json",
"Data/game/recipes/tools.json",
"Data/game/recipes/fabs.json"
]
}