Renderer/assets/Data/game/recipes/voxelrecipes.json
austin 48622bb08f
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
huge ai work
2025-05-01 20:11:29 -04:00

23 lines
463 B
JSON

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