Renderer/assets/Data/game/recipes/fabs.json
austin bd2f49ab09
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
charge work
2025-04-30 14:10:11 -04:00

23 lines
454 B
JSON

{
"recipes": [
{
"displayName": "Wooden Floor",
"craftingTag" : "HAND",
"ingredients": [
{
"itemType": "Log",
"count": 1
}
],
"products": [
{
"itemType": "fab:woodfloor",
"count": 1
}
]
}
],
"files": [
]
}