23 lines
458 B
JSON
23 lines
458 B
JSON
{
|
|
"recipes": [
|
|
{
|
|
"displayName": "Wooden Floor",
|
|
"craftingTag" : "HAND",
|
|
"ingredients": [
|
|
{
|
|
"itemType": "mat:Log",
|
|
"count": 1
|
|
}
|
|
],
|
|
"products": [
|
|
{
|
|
"itemType": "fab:woodfloor",
|
|
"count": 1
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"files": [
|
|
|
|
]
|
|
} |