Renderer/assets/Data/game/recipes/voxelrecipes.json
austin 5cc5ea5bc9
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
recipe validation, loot pool validation, data fix
2025-05-14 15:50:56 -04:00

55 lines
1.3 KiB
JSON

{
"recipes": [
{
"displayName": "Refined Wood",
"craftingTag" : "HAND",
"ingredients": [
{
"itemType": "mat:Log",
"count": 1
}
],
"products": [
{
"itemType": "block:Wood (Refined)",
"count": 16
}
]
},
{
"displayName": "Fantasy Brick",
"craftingTag" : "HAND",
"ingredients": [
{
"itemType": "mat:Rock",
"count": 1
}
],
"products": [
{
"itemType": "block:Brick (Fantasy)",
"count": 16
}
]
},
{
"displayName": "Fantasy Brick",
"craftingTag" : "HAND",
"ingredients": [
{
"itemType": "vox:Rock (Shale)",
"count": 1
}
],
"products": [
{
"itemType": "block:Brick (Fantasy)",
"count": 16
}
]
}
],
"files": [
]
}