
GroovyModLoader (GML)
NeoForge language provider for Groovy mods.
Обновлён 14 ноября 2024 г. · опубликован 1 апреля 2023 г.
Used to make NeoForge mods with the Groovy programming language. Works by JiJ'ing the Groovy libraries, providing GMLLangProvider to load @GMod object declarations.
Included Groovy modules: stdlib, contracts, datetime, nio, macro, macro-library, templates, typecheckers, dateutil, ginq, toml, json.
For modders, see the project README on how to use GML. For users, just install the mod in the mods folder.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 6.0.2 | Релиз | 1.21 | neoforge | 14 ноября 2024 г. | .jar (10.5 МБ) |
| 6.0.1 | Релиз | 1.21 | neoforge | 21 июня 2024 г. | .jar (14.1 МБ) |
| 5.0.0 | Релиз | 1.20.4 | neoforge | 9 марта 2024 г. | .jar (10.6 МБ) |
| 4.0.10 | Релиз | 1.20, 1.20.1 | forge | 8 февраля 2024 г. | .jar (10.6 МБ) |
| 4.0.9 | Релиз | 1.20, 1.20.1 | forge | 21 сентября 2023 г. | .jar (10.6 МБ) |
| 4.0.4 | Релиз | 1.20, 1.20.1 | forge | 12 июля 2023 г. | .jar (10.6 МБ) |
| 4.0.3 | Релиз | 1.20, 1.20.1 | forge | 9 июля 2023 г. | .jar (10.5 МБ) |
| 4.0.2 | Релиз | 1.20, 1.20.1 | forge | 13 июня 2023 г. | .jar (10.6 МБ) |
| 3.2.4 | Релиз | 1.19.4 | forge | 12 июня 2023 г. | .jar (10.7 МБ) |
| 4.0.0 | Релиз | 1.20, 1.20.1 | forge | 9 июня 2023 г. | .jar (10.6 МБ) |
| 3.2.3 | Релиз | 1.19.4 | forge | 6 июня 2023 г. | .jar (10.6 МБ) |
| 3.1.5 | Релиз | 1.19.4 | forge | 5 июня 2023 г. | .jar (10.6 МБ) |
| 3.1.4 | Релиз | 1.19.4 | forge | 15 мая 2023 г. | .jar (10.6 МБ) |
| 3.1.3 | Релиз | 1.19.4 | forge | 2 апреля 2023 г. | .jar (10.4 МБ) |
| 3.1.2 | Релиз | 1.19.4 | forge | 1 апреля 2023 г. | .jar (10.4 МБ) |
Ченджлог
6.0.2Релиз1.21 · 14 ноября 2024 г.
No changelog was specified.
6.0.1Релиз1.21 · 21 июня 2024 г.
No changelog was specified.
5.0.0Релиз1.20.4 · 9 марта 2024 г.
No changelog was specified.
4.0.10Релиз1.20, 1.20.1 · 8 февраля 2024 г.
==== 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 from 2 to 3.
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 from 3 to 4.
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.9Релиз1.20, 1.20.1 · 21 сентября 2023 г.
==== 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.4Релиз1.20, 1.20.1 · 12 июля 2023 г.
==== 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.3Релиз1.20, 1.20.1 · 9 июля 2023 г.
==== 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.2Релиз1.20, 1.20.1 · 13 июня 2023 г.
==== 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
Полная история изменений — на Modrinth.
Комментарии
Загружаем…