MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

Support for mod translations done using 'yamlang' Gradle plugin

Open Octol1ttle opened this issue 1 year ago • 1 comments

Minecraft Development for IntelliJ plugin version

2024.1-1.8.0

Description of the feature request

Some Minecraft mods have switched to using a Gradle plugin called yamlang for their translation files. This Gradle plugin allows mod developers to write their language files in nestable YAML and have it be automatically converted to a game-readable JSON file during build. However, Minecraft Development does not recognize these files as language files, and such can't provide its useful inspections such as missing translations. The request is to make MCDev's functionality support translation files written in YAML.

Octol1ttle avatar Jul 29 '24 15:07 Octol1ttle

I personally have begun using yamlang for all my new mods. It's a massive improvement over the default json file Minecraft uses. Having support for it in Intellij would be amazing.

enjarai avatar Jul 29 '24 15:07 enjarai