Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
Supported environments
Links
Creators
Details
Licensed WTFPL
Published 3 years ago
Updated 7 hours ago
Without the patch:

With the patch:

Common alternative formats
- Want pure arabic numerals (e.g. Sharpness 5)? Download Stub Mod
- Want roman numerals (e.g. Sharpness XXV)? Download Stub Mod
These stub mods should be loaded with LangPatch itself.
I18n API
This mod supports a limited configuration of enchantment level and potion effect level formatting through language files.
Template Keys
enchantment.level.x&potion.potency.x: Modify the templates for enchantment levels and potion effect levels, respectively.- Default value:
"%s"
- Default value:
Format Types
-
langpatch.conf.enchantment.default.type&langpatch.conf.potion.default.type: Modify the format of enchantment levels and potion effect levels, respectively.Value Format Example simplified,chinese,zh_normalLowercase Chinese numerals 一百二十三 traditional,zh_upperTraditional Chinese uppercase numerals 壹佰貳拾叄 numeral,number,numeric,arabic,defaultArabic numerals (default) 123 romanRoman numerals CXXIII skip,ignoreNo change (e.g., for only replacing other text) —
Override
langpatch.conf.enchantment.override&langpatch.conf.potion.override: Whether to override existing translations. Acceptable values are"true"or"false".- If set to
"true", existing translations will be replaced. See the "full Arabic numeral replacement" package implementation above.
- If set to
For Developers
LangPatch, as is named, allows developers to make dynamic changes to in-game translations without directly modifying lang files.
To introduce LangPatch API as a dependency:
repositories {
// Our new maven
maven { url 'https://mvn.7c7.icu' }
}
dependencies {
compileOnly "xland.mcmod:enchlevel-langpatch:3.1.0"
}
Online javadoc can be found here.


