Files
mod_cooking/recipes/cooking.json
T
2026-09-10 10:59:31 +03:00

28 lines
501 B
JSON

{
"Items": [
{
"Id": "recipe/wolf_meat_to_ration",
"Name": "recipe/wolf_meat_to_ration/name",
"Description": "recipe/wolf_meat_to_ration/desc",
"Type": "Cooking",
"Time": 15,
"Input": [
{
"Id": "food/wolf_meat",
"Count": 1
},
{
"Id": "resource/branches",
"Count": 2
}
],
"Output": [
{
"Id": "food/ration",
"Count": 1
}
]
}
]
}