magiclysm-bn/requirements/cooking_components.json
histoire b96862c9d7 initial commit
FossilOrigin-Name: 8d766a175beea27236b2d3fd3761f97321e6db3872743c5d12023a64af5930bc
2023-03-28 03:56:15 +00:00

18 lines
368 B
JSON

[
{
"id": "meat_raw_steak",
"type": "requirement",
"//": "override of vanilla raw steak, includes purified and impure meat",
"components": [
[
[ "meat", 1 ],
[ "mutant_meat", 1 ],
[ "human_flesh", 1 ],
[ "mutant_human_flesh", 1 ],
[ "purified_meat", 1 ],
[ "impure_meat", 1 ]
]
]
}
]