Renderer/assets/Data/game/recipes/weapons.json
austin 7bc23c1c95
Some checks reported errors
studiorailgun/Renderer/pipeline/head Something is wrong with the build of this commit
crafting work
2025-04-14 17:38:09 -04:00

39 lines
868 B
JSON

{
"recipes": [
{
"displayName": "Katana (Two Hand)",
"craftingTag" : "DEBUG",
"ingredients": [
{
"itemType": "katana2H",
"count": 1
}
],
"products": [
{
"itemType": "katana2H",
"count": 1
}
]
},
{
"displayName": "Katana (One Hand)",
"craftingTag" : "DEBUG",
"ingredients": [
{
"itemType": "katana",
"count": 1
}
],
"products": [
{
"itemType": "katana",
"count": 1
}
]
}
],
"files": [
]
}