![Create](https://media.forgecdn.net/avatars/thumbnails/1065/184/256/256/638598725500886388.png)
Enchantment Descriptions
mathgeniuszach opened this issue ยท 1 comments
Describe the Suggestion
Add some enchantment descriptions to each of the supported language files. The most common mod, Enchantment Descriptions, uses translation keys in language files:
"enchantment.minecraft.protection.desc": "Reduces damage from most sources.",
"enchantment.minecraft.fire_protection.desc": "Reduces the effects of fire damage. Also reduces the burn time when set on fire.",
Screenshots and Videos
No response
Additional Context
I can add English descriptions (and other languages through a translation app) in a pr, but I feel like for completion sake, all languages should be properly supported, so I opened an issue instead. If this would be useful as a baseline, I can submit a pr.
Can confirm this still impacts 1.19.2 Create.
They can add the enchantment description lines to below here when they get around to it:
Create/src/generated/resources/assets/create/lang/en_us.json
Lines 566 to 567 in 4d4a959