From 0067a06d4b3d845bc3e41d77504f11201727d8f2 Mon Sep 17 00:00:00 2001 From: Steven Tracey <70534545+nevetS-718@users.noreply.github.com> Date: Sat, 21 Nov 2020 00:55:12 -0500 Subject: [PATCH] Update en_us.json --- src/main/resources/assets/vanilla/lang/en_us.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/vanilla/lang/en_us.json b/src/main/resources/assets/vanilla/lang/en_us.json index 69b414c..da6bf0e 100644 --- a/src/main/resources/assets/vanilla/lang/en_us.json +++ b/src/main/resources/assets/vanilla/lang/en_us.json @@ -27,5 +27,13 @@ "item.vanilla.platinum_axe": "Platinum Axe", "item.vanilla.platinum_shovel": "Platinum Shovel", "item.vanilla.platinum_hoe": "Platinum Hoe", - "item.vanilla.platinum_sword": "Platinum Sword" -} \ No newline at end of file + "item.vanilla.platinum_sword": "Platinum Sword", + "item.vanilla.iron_apple": "Iron Apple", + "item.vanilla.enchanted_iron_apple": "Enchanted Iron Apple", + "item.vanilla.diamond_apple": "Diamond Apple", + "item.vanilla.enchanted_diamond_apple": "Enchanted Diamond Apple", + "item.vanilla.emerald_apple": "Emerald Apple", + "item.vanilla.enchanted_emerald_apple": "Enchanted Emerald Apple", + "item.vanilla.platinum_apple": "Platinum Apple", + "item.vanilla.enchanted_platinum_apple": "Enchanted Platinum Apple" +}