Minecraft Development for IntelliJ plugin version
2023.2-1.6.10-418
Description of the feature request
The link between Component.translatable() and the language json file is awesome. It would be great if a similar link could be added to I18n.get(). We use the latter quite a bit in our mod. The signature is basically the same as for translatable() so I guess this would be an easy addition to make.
Minecraft Development for IntelliJ plugin version
2023.2-1.6.10-418
Description of the feature request
The link between
Component.translatable()and the language json file is awesome. It would be great if a similar link could be added toI18n.get(). We use the latter quite a bit in our mod. The signature is basically the same as fortranslatable()so I guess this would be an easy addition to make.