diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-04 13:22:02 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-04 13:22:02 -0700 |
commit | f9ac0f563592394c2667a7a31e6aa30672cfa0af (patch) | |
tree | 8f95f3bc62c9ee0d9e4c177a7f7f24ae6fb3864b | |
parent | Fix typo in hard cheese id. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-f9ac0f563592394c2667a7a31e6aa30672cfa0af.tar.xz |
Rename raw macaroni to raw macaroni pasta.
-rw-r--r-- | json/items/comestible/wheat.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/comestible/wheat.json b/json/items/comestible/wheat.json index 542eef9..3d774b9 100644 --- a/json/items/comestible/wheat.json +++ b/json/items/comestible/wheat.json @@ -24,7 +24,7 @@ "type": "COMESTIBLE", "id": "macaroni_raw", "copy-from": "macaroni_raw", - "name": { "str_sp": "raw macaroni" }, + "name": { "str_sp": "raw macaroni pasta" }, "spoils_in": "364 days" }, { |