Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
JSON
{
|
|
"recipes": [
|
|
{
|
|
"displayName": "Stone Axe",
|
|
"craftingTag" : "HAND",
|
|
"ingredients": [
|
|
{
|
|
"itemType": "Stick",
|
|
"count": 1
|
|
},
|
|
{
|
|
"itemType": "Rock",
|
|
"count": 1
|
|
}
|
|
],
|
|
"products": [
|
|
{
|
|
"itemType": "Stone Axe",
|
|
"count": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"displayName": "Stone Shovel",
|
|
"craftingTag" : "HAND",
|
|
"ingredients": [
|
|
{
|
|
"itemType": "Stick",
|
|
"count": 1
|
|
},
|
|
{
|
|
"itemType": "Rock",
|
|
"count": 1
|
|
}
|
|
],
|
|
"products": [
|
|
{
|
|
"itemType": "Stone Shovel",
|
|
"count": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"displayName": "Stone Pick",
|
|
"craftingTag" : "HAND",
|
|
"ingredients": [
|
|
{
|
|
"itemType": "Stick",
|
|
"count": 1
|
|
},
|
|
{
|
|
"itemType": "Rock",
|
|
"count": 1
|
|
}
|
|
],
|
|
"products": [
|
|
{
|
|
"itemType": "Stone Pick",
|
|
"count": 1
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"files": [
|
|
|
|
]
|
|
} |