From 3965364f815b202bac1f18b78fa85a0414e3a6ec Mon Sep 17 00:00:00 2001 From: MerchantPug <81167232+MerchantPug@users.noreply.github.com> Date: Sat, 24 Aug 2024 05:18:56 +1000 Subject: [PATCH] Consistentify tag translations with vectorwing/#971 --- changelog.md | 3 +-- src/main/resources/assets/farmersdelight/lang/en_us.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 9b8cd8da..166e8241 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1 @@ -- Fixed being unable to click the Cooking Pot Screen's arrow with REI to access all Cooking Pot recipes. ([#51](https://github.com/MehVahdJukaar/FarmersDelightRefabricated/issues/51)) -- Fixed Cooking Pot meals only storing servings up to an item's stack limit. ([#65](https://github.com/MehVahdJukaar/FarmersDelightRefabricated/issues/65)) \ No newline at end of file +- Make EMI tag translations consistent with the Forge version of the mod. \ No newline at end of file diff --git a/src/main/resources/assets/farmersdelight/lang/en_us.json b/src/main/resources/assets/farmersdelight/lang/en_us.json index 9f4f5362..6bf42aff 100644 --- a/src/main/resources/assets/farmersdelight/lang/en_us.json +++ b/src/main/resources/assets/farmersdelight/lang/en_us.json @@ -330,7 +330,7 @@ "tag.item.c.foods.breads": "Breads", "tag.item.c.foods.breads.wheat": "Wheat Breads", "tag.item.c.foods.cooked_fishes": "Cooked Fishes", - "tag.item.c.foods.cooked_fishes.cod": "Cooked Cods", + "tag.item.c.foods.cooked_fishes.cod": "Cooked Cod", "tag.item.c.foods.cooked_fishes.salmon": "Cooked Salmons", "tag.item.c.foods.cooked_meats": "Cooked Meats", "tag.item.c.foods.cooked_meats.cooked_bacon": "Cooked Bacon",