Open
Description
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.