Renderer/assets/Data/game/recipes/weapons.json
austin 3b8ed5b192
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
recipe work + ServerEntityUtils move method work
2025-04-04 19:24:19 -04:00

37 lines
794 B
JSON

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