This commit is contained in:
2026-09-10 10:59:31 +03:00
commit 6c5c717e32
28 changed files with 1059 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"Items": [
${recipe/wolf_meat_to_ration}
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

+9
View File
@@ -0,0 +1,9 @@
{
"Id": "recipe/wolf_meat_to_ration",
"Name": "items/recipe/wolf_meat_to_ration/name",
"Description": "items/recipe/wolf_meat_to_ration/desc",
"Cost": 1,
"Sprite": "recipe/cooking_recipe",
"ItemType": "Recipe,Used",
"ItemAction": "action/recipe/wolf_meat_to_ration"
}