This commit is contained in:
2026-09-10 10:59:31 +03:00
commit 6c5c717e32
28 changed files with 1059 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"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
}
]
}
]
}