Renderer/assets/Data/game/recipes/tools.json
austin 7bc23c1c95
Some checks reported errors
studiorailgun/Renderer/pipeline/head Something is wrong with the build of this commit
crafting work
2025-04-14 17:38:09 -04:00

27 lines
557 B
JSON

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