GroovyModLoader (GML)
GroovyModLoader (GML) 是用于 Groovy 模组的 Forge 语言提供程序。
用于使用 Groovy 编程语言创建 NeoForge 模组。通过 JiJ'ing Groovy 库,提供 GMLLangProvider 来加载 `@GMod` 对象声明。
包含的 Groovy 模块:
- stdlib:标准库
- contracts:合约
- datetime:日期时间
- nio:NIO
- macro:宏
- macro-library:宏库
- templates:模板
- typecheckers:类型检查器
- dateutil:日期工具
- ginq:Ginq
- toml:Toml
- json:JSON
对于模组开发者,请查看项目[README](
来自Modrinth
6.0.2
gml-6.0.2.jar下载6.0.2#Release
No changelog was specified.
展开
版本: 6.0.2
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 10,537
6.0.1
gml-6.0.1.jar下载6.0.1#Release
No changelog was specified.
展开
版本: 6.0.1
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 2,057
5.0.0
gml-5.0.0.jar下载5.0.0#Release
No changelog was specified.
展开
版本: 5.0.0
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 375
4.0.10
gml-4.0.10-all.jar下载4.0.10#Release
==== 4.0
- 4.0.13: Remove use of commons-codec, which does not exist on servers
- 4.0.12: Bump gradle/gradle-build-action from 2 to 3
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](https://github.com/gradle/gradle-build-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
- 4.0.11: Bump actions/setup-java from 3 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
- 4.0.10: Fix modrinth task dependencies
- 4.0.9: Update minotaur in an attempt to get modrinth auth working
- 4.0.8: Add javadoc for maven central publishing
- 4.0.7: Set up GH actions and maven central publishing
- 4.0.6: Better error handling while setting up runtime mappings cache
- 4.0.5: Fix some issues with runtime remapping (#21)
Fixes #20
- 4.0.4: Update to Groovy 4.0.13
- 4.0.3: Bump the jarinjar plugin version
- 4.0.2: Shorthand mod lifecycle event listeners (#18)
Donated from APLP
- 4.0.1: Shorthand mod lifecycle event listeners (#18)
Donated from APLP
- 4.0.0: Update to 1.20
==== 3.0
- 3.2.3: Update the SimpleCI version again
- 3.2.2: Update the SimpleCI version
- 3.2.1: Update SimpleCI
- 3.2.0: Add a new addListener extension method (#17)
- 3.1.5: Update MC version range in mods.groovy
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: Document `GModEventBus`
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
- 4.0.13: Remove use of commons-codec, which does not exist on servers
- 4.0.12: Bump gradle/gradle-build-action from 2 to 3
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](https://github.com/gradle/gradle-build-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
- 4.0.11: Bump actions/setup-java from 3 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
- 4.0.10: Fix modrinth task dependencies
- 4.0.9: Update minotaur in an attempt to get modrinth auth working
- 4.0.8: Add javadoc for maven central publishing
- 4.0.7: Set up GH actions and maven central publishing
- 4.0.6: Better error handling while setting up runtime mappings cache
- 4.0.5: Fix some issues with runtime remapping (#21)
Fixes #20
- 4.0.4: Update to Groovy 4.0.13
- 4.0.3: Bump the jarinjar plugin version
- 4.0.2: Shorthand mod lifecycle event listeners (#18)
Donated from APLP
- 4.0.1: Shorthand mod lifecycle event listeners (#18)
Donated from APLP
- 4.0.0: Update to 1.20
==== 3.0
- 3.2.3: Update the SimpleCI version again
- 3.2.2: Update the SimpleCI version
- 3.2.1: Update SimpleCI
- 3.2.0: Add a new addListener extension method (#17)
- 3.1.5: Update MC version range in mods.groovy
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: Document `GModEventBus`
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
展开
版本: 4.0.10
支持游戏: 1.20, 1.20.1
类型: Forge
Release
下载次数: 37,402
4.0.9
gml-4.0.9-all.jar下载4.0.9#Release
==== 4.0
- 4.0.10: Fix modrinth task dependencies
- 4.0.9: Update minotaur in an attempt to get modrinth auth working
- 4.0.8: Add javadoc for maven central publishing
- 4.0.7: Set up GH actions and maven central publishing
- 4.0.6: Better error handling while setting up runtime mappings cache
- 4.0.5: Fix some issues with runtime remapping (#21)
Fixes #20
- 4.0.4: Update to Groovy 4.0.13
- 4.0.3: Bump the jarinjar plugin version
- 4.0.2: Shorthand mod lifecycle event listeners (#18)
Donated from APLP
- 4.0.1: Shorthand mod lifecycle event listeners (#18)
Donated from APLP
- 4.0.0: Update to 1.20
==== 3.0
- 3.2.3: Update the SimpleCI version again
- 3.2.2: Update the SimpleCI version
- 3.2.1: Update SimpleCI
- 3.2.0: Add a new addListener extension method (#17)
- 3.1.5: Update MC version range in mods.groovy
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: Document `GModEventBus`
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
- 4.0.10: Fix modrinth task dependencies
- 4.0.9: Update minotaur in an attempt to get modrinth auth working
- 4.0.8: Add javadoc for maven central publishing
- 4.0.7: Set up GH actions and maven central publishing
- 4.0.6: Better error handling while setting up runtime mappings cache
- 4.0.5: Fix some issues with runtime remapping (#21)
Fixes #20
- 4.0.4: Update to Groovy 4.0.13
- 4.0.3: Bump the jarinjar plugin version
- 4.0.2: Shorthand mod lifecycle event listeners (#18)
Donated from APLP
- 4.0.1: Shorthand mod lifecycle event listeners (#18)
Donated from APLP
- 4.0.0: Update to 1.20
==== 3.0
- 3.2.3: Update the SimpleCI version again
- 3.2.2: Update the SimpleCI version
- 3.2.1: Update SimpleCI
- 3.2.0: Add a new addListener extension method (#17)
- 3.1.5: Update MC version range in mods.groovy
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: Document `GModEventBus`
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
展开
版本: 4.0.9
支持游戏: 1.20, 1.20.1
类型: Forge
Release
下载次数: 148,074
4.0.4
gml-4.0.4-all.jar下载4.0.4#Release
==== 4.0
- 4.0.4: Fix some issues with runtime remapping (#21)
Fixes #20
- 4.0.3: Update to Groovy 4.0.13
- 4.0.2: Bump the jarinjar plugin version
- 4.0.1: Shorthand mod lifecycle event listeners (#18)
Donated from APLP
- 4.0.0: Update to 1.20
==== 3.0
- 3.2.3: Update the SimpleCI version again
- 3.2.2: Update the SimpleCI version
- 3.2.1: Update SimpleCI
- 3.2.0: Add a new addListener extension method (#17)
- 3.1.5: Update MC version range in mods.groovy
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: Document `GModEventBus`
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
- 4.0.4: Fix some issues with runtime remapping (#21)
Fixes #20
- 4.0.3: Update to Groovy 4.0.13
- 4.0.2: Bump the jarinjar plugin version
- 4.0.1: Shorthand mod lifecycle event listeners (#18)
Donated from APLP
- 4.0.0: Update to 1.20
==== 3.0
- 3.2.3: Update the SimpleCI version again
- 3.2.2: Update the SimpleCI version
- 3.2.1: Update SimpleCI
- 3.2.0: Add a new addListener extension method (#17)
- 3.1.5: Update MC version range in mods.groovy
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: Document `GModEventBus`
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
展开
版本: 4.0.4
支持游戏: 1.20, 1.20.1
类型: Forge
Release
下载次数: 3,799
4.0.3
gml-4.0.3-all.jar下载4.0.3#Release
==== 4.0
- 4.0.3: Update to Groovy 4.0.13
- 4.0.2: Bump the jarinjar plugin version
- 4.0.1: Shorthand mod lifecycle event listeners (#18)
Donated from APLP
- 4.0.0: Update to 1.20
==== 3.0
- 3.2.3: Update the SimpleCI version again
- 3.2.2: Update the SimpleCI version
- 3.2.1: Update SimpleCI
- 3.2.0: Add a new addListener extension method (#17)
- 3.1.5: Update MC version range in mods.groovy
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: Document `GModEventBus`
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
- 4.0.3: Update to Groovy 4.0.13
- 4.0.2: Bump the jarinjar plugin version
- 4.0.1: Shorthand mod lifecycle event listeners (#18)
Donated from APLP
- 4.0.0: Update to 1.20
==== 3.0
- 3.2.3: Update the SimpleCI version again
- 3.2.2: Update the SimpleCI version
- 3.2.1: Update SimpleCI
- 3.2.0: Add a new addListener extension method (#17)
- 3.1.5: Update MC version range in mods.groovy
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: Document `GModEventBus`
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
展开
版本: 4.0.3
支持游戏: 1.20, 1.20.1
类型: Forge
Release
下载次数: 126
4.0.2
gml-4.0.2-all.jar下载4.0.2#Release
==== 4.0
- 4.0.3: Bump the jarinjar plugin version
- 4.0.2: Shorthand mod lifecycle event listeners (#18)
Donated from APLP
- 4.0.1: Shorthand mod lifecycle event listeners (#18)
Donated from APLP
- 4.0.0: Update to 1.20
==== 3.0
- 3.2.3: Update the SimpleCI version again
- 3.2.2: Update the SimpleCI version
- 3.2.1: Update SimpleCI
- 3.2.0: Add a new addListener extension method (#17)
- 3.1.5: Update MC version range in mods.groovy
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: Document `GModEventBus`
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
- 4.0.3: Bump the jarinjar plugin version
- 4.0.2: Shorthand mod lifecycle event listeners (#18)
Donated from APLP
- 4.0.1: Shorthand mod lifecycle event listeners (#18)
Donated from APLP
- 4.0.0: Update to 1.20
==== 3.0
- 3.2.3: Update the SimpleCI version again
- 3.2.2: Update the SimpleCI version
- 3.2.1: Update SimpleCI
- 3.2.0: Add a new addListener extension method (#17)
- 3.1.5: Update MC version range in mods.groovy
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: Document `GModEventBus`
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
展开
版本: 4.0.2
支持游戏: 1.20, 1.20.1
类型: Forge
Release
下载次数: 147
3.2.4
gml-3.2.4-all.jar下载3.2.4#Release
==== 3.0
- 3.2.4: Shorthand mod lifecycle event listeners (#18)
Donated from APLP
- 3.2.3: Update the SimpleCI version again
- 3.2.2: Update the SimpleCI version
- 3.2.1: Update SimpleCI
- 3.2.0: Add a new addListener extension method (#17)
- 3.1.5: Update MC version range in mods.groovy
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: Document `GModEventBus`
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
- 3.2.4: Shorthand mod lifecycle event listeners (#18)
Donated from APLP
- 3.2.3: Update the SimpleCI version again
- 3.2.2: Update the SimpleCI version
- 3.2.1: Update SimpleCI
- 3.2.0: Add a new addListener extension method (#17)
- 3.1.5: Update MC version range in mods.groovy
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: Document `GModEventBus`
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
展开
版本: 3.2.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 892
4.0.0
gml-4.0.0-all.jar下载4.0.0#Release
==== 4.0
- 4.0.0: Update to 1.20
==== 3.0
- 3.2.3: Update the SimpleCI version again
- 3.2.2: Update the SimpleCI version
- 3.2.1: Update SimpleCI
- 3.2.0: Add a new addListener extension method (#17)
- 3.1.5: Update MC version range in mods.groovy
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: Document `GModEventBus`
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
- 4.0.0: Update to 1.20
==== 3.0
- 3.2.3: Update the SimpleCI version again
- 3.2.2: Update the SimpleCI version
- 3.2.1: Update SimpleCI
- 3.2.0: Add a new addListener extension method (#17)
- 3.1.5: Update MC version range in mods.groovy
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: Document `GModEventBus`
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
展开
版本: 4.0.0
支持游戏: 1.20, 1.20.1
类型: Forge
Release
下载次数: 237
3.2.3
gml-3.2.3-all.jar下载3.2.3#Release
==== 3.0
- 3.2.3: Update the SimpleCI version again
- 3.2.2: Update the SimpleCI version
- 3.2.1: Update SimpleCI
- 3.2.0: Add a new addListener extension method (#17)
- 3.1.5: Update MC version range in mods.groovy
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: Document `GModEventBus`
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
- 3.2.3: Update the SimpleCI version again
- 3.2.2: Update the SimpleCI version
- 3.2.1: Update SimpleCI
- 3.2.0: Add a new addListener extension method (#17)
- 3.1.5: Update MC version range in mods.groovy
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: Document `GModEventBus`
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
展开
版本: 3.2.3
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 98
3.1.5
gml-3.1.5-all.jar下载3.1.5#Release
==== 3.0
- 3.1.5: Update MC version range in mods.groovy
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: [noci] Add Discord build webhook
- 3.1.3: Document `GModEventBus`
- 3.1.2: [noci] Update publishing infomation
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
- 3.1.5: Update MC version range in mods.groovy
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: [noci] Add Discord build webhook
- 3.1.3: Document `GModEventBus`
- 3.1.2: [noci] Update publishing infomation
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
展开
版本: 3.1.5
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 74
3.1.4
gml-3.1.4-all.jar下载3.1.4#Release
==== 3.0
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: [noci] Add Discord build webhook
- 3.1.3: Document `GModEventBus`
- 3.1.2: [noci] Update publishing infomation
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: [noci] Add Discord build webhook
- 3.1.3: Document `GModEventBus`
- 3.1.2: [noci] Update publishing infomation
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
展开
版本: 3.1.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 88
3.1.3
gml-3.1.3-all.jar下载3.1.3#Release
==== 3.0
- 3.1.3: Document `GModEventBus`
- 3.1.2: [noci] Update publishing infomation
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
- 3.1.3: Document `GModEventBus`
- 3.1.2: [noci] Update publishing infomation
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
展开
版本: 3.1.3
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 650
3.1.2
gml-3.1.2-all.jar下载3.1.2#Release
==== 3.0
- 3.1.2: [noci] Update publishing infomation
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
- 3.1.2: [noci] Update publishing infomation
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version
展开
版本: 3.1.2
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 101
收录