Renderer/assets/Data/game/recipes/fabs.json
austin b91654d7c3
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
item + loot pool updates
2025-04-30 17:42:13 -04:00

23 lines
458 B
JSON

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