Renderer/assets/Data/game/recipes/tools.json
austin b91654d7c3
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
item + loot pool updates
2025-04-30 17:42:13 -04:00

67 lines
1.6 KiB
JSON

{
"recipes": [
{
"displayName": "Stone Axe",
"craftingTag" : "HAND",
"ingredients": [
{
"itemType": "mat:Stick",
"count": 1
},
{
"itemType": "mat:Rock",
"count": 1
}
],
"products": [
{
"itemType": "Stone Axe",
"count": 1
}
]
},
{
"displayName": "Stone Shovel",
"craftingTag" : "HAND",
"ingredients": [
{
"itemType": "mat:Stick",
"count": 1
},
{
"itemType": "mat:Rock",
"count": 1
}
],
"products": [
{
"itemType": "Stone Shovel",
"count": 1
}
]
},
{
"displayName": "Stone Pick",
"craftingTag" : "HAND",
"ingredients": [
{
"itemType": "mat:Stick",
"count": 1
},
{
"itemType": "mat:Rock",
"count": 1
}
],
"products": [
{
"itemType": "Stone Pick",
"count": 1
}
]
}
],
"files": [
]
}