Some checks reported errors
studiorailgun/Renderer/pipeline/head Something is wrong with the build of this commit
39 lines
868 B
JSON
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": [
|
|
|
|
]
|
|
} |