Renderer/assets/Data/game/recipes/voxelrecipes.json
austin a8a524327c
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
ai work
2025-05-02 12:15:21 -04:00

39 lines
877 B
JSON

{
"recipes": [
{
"displayName": "Refiend Wood",
"craftingTag" : "HAND",
"ingredients": [
{
"itemType": "mat:Log",
"count": 1
}
],
"products": [
{
"itemType": "block:refined_wood",
"count": 1
}
]
},
{
"displayName": "Fantasy Brick",
"craftingTag" : "HAND",
"ingredients": [
{
"itemType": "mat:Log",
"count": 1
}
],
"products": [
{
"itemType": "block:brick_fant",
"count": 1
}
]
}
],
"files": [
]
}