GroovyModLoader (GML)
This mod enables the creation of NeoForge modifications using the Groovy programming language. It operates by embedding Groovy libraries and provides GMLLangProvider to load object declarations annotated with @GMod.
The following Groovy modules are included:
- Standard library
- Contracts
- Date and time operations
- Enhanced input/output
- Macros
- Macro library
- Templates
- Type checking
- Date utilities
- GINQ
- TOML
- JSON
Developers are advised to review the usage instructions for GML in the project's README file. Users simply need to install the mod in the mods folder.