
Forge Groove
This mod integrates the Groovy programming language into the Forge environment, allowing creation of Minecraft modifications using Groovy instead of traditional Java or other JVM languages. The library is a mandatory component for all mods written in Groovy.
Technical documentation for developers is available on GitHub.
Install the library in the mods folder, and all Groovy mods dependent on it will load and function correctly. This is a purely technical solution that doesn't add new game content or features.
Currently, the project is in an experimental stage and may work unstably. If used successfully, developers can demonstrate the results — during testing, there were issues with deobfuscation when compiling a test mod in Groovy.