From d3c3e5a5546d43c96d429c953e3fdffe23019279 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:21:17 +0000 Subject: [PATCH] fix: add names for new enchantments Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com> Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/99915717-46df-4681-a568-5a9f0b244361 --- MinecraftClient/Resources/en_us.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MinecraftClient/Resources/en_us.json b/MinecraftClient/Resources/en_us.json index b6f8bf96..85496ef2 100644 --- a/MinecraftClient/Resources/en_us.json +++ b/MinecraftClient/Resources/en_us.json @@ -3153,8 +3153,10 @@ "enchantment.minecraft.bane_of_arthropods": "Bane of Arthropods", "enchantment.minecraft.binding_curse": "Curse of Binding", "enchantment.minecraft.blast_protection": "Blast Protection", + "enchantment.minecraft.breach": "Breach", "enchantment.minecraft.channeling": "Channeling", "enchantment.minecraft.depth_strider": "Depth Strider", + "enchantment.minecraft.density": "Density", "enchantment.minecraft.efficiency": "Efficiency", "enchantment.minecraft.feather_falling": "Feather Falling", "enchantment.minecraft.fire_aspect": "Fire Aspect", @@ -3188,6 +3190,7 @@ "enchantment.minecraft.thorns": "Thorns", "enchantment.minecraft.unbreaking": "Unbreaking", "enchantment.minecraft.vanishing_curse": "Curse of Vanishing", + "enchantment.minecraft.wind_burst": "Wind Burst", "entity.minecraft.allay": "Allay", "entity.minecraft.area_effect_cloud": "Area Effect Cloud", "entity.minecraft.armor_stand": "Armor Stand", @@ -6539,4 +6542,4 @@ "tutorial.socialInteractions.description": "Press %s to open", "tutorial.socialInteractions.title": "Social Interactions", "upgrade.minecraft.netherite_upgrade": "Netherite Upgrade" -} \ No newline at end of file +}