Renderer/assets/Data/game/recipes/tools.json
austin d5e46f636b
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
more tool recipes
2025-04-14 18:11:04 -04:00

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": [
]
}