Renderer/assets/Data/game/recipes/voxelrecipes.json
austin d29f51c509
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
recipe adjustment + gen change
2025-05-04 18:20:42 -04:00

55 lines
1.3 KiB
JSON

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