Перейти к содержимому
Mineforgian

GroovyScript

A scripting mod for minecraft 1.12

25K загрузок6 подписчиковLGPL-3.0-onlyforge

Обновлён 14 апреля 2026 г. · опубликован 28 ноября 2023 г.

A scripting / tweaking mod that allows you to alter various game mechanics without having to set up a mod.

Most of the time it is used to create new recipes.

Here are some key features of GroovyScript (short GrS):

Features:

  1. Groovy: a powerful and tested scripting language
    • Java-compatible syntax + interoperable code
    • Static compilation
    • Optional dynamic typing
    • Metaprogramming
  2. Sandboxed: scripts are effectively ran in a sandbox, with sensitive operations blacklisted from being called or referenced
  3. Reloading: able to test script changes within the game without restarting
    • Most if not all Forge Registry objects can be reloaded on the fly
    • Most mod registries are supported natively
  4. Events: Easily listen to Forge's EventBuses with Groovy Closures
  5. Familiarity: Bracket handlers for those that are familiar with CraftTweaker (currently implemented, may be removed in the near future)
  6. Informational: commands to display rich information for the item in your hand and more
  7. Optimized: Making sure no compromises are being made while delivering features with efficient code
  8. API: Great catalogue of code for other mod authors to make their mods compatible with GroovyScript such as package/class/method/field blacklists

Mod Compat

Technically there is already mod compat for every mod possible, since you can access all code directly. However GroovyScript does add helper methods to make everything cleaner and easier.

Reloading for recipe registries must be implemented manually by us and its very tedious. We currently support a few mods for reloading recipes, but we would very much appreciate if anyone can help adding compat and/or writting wiki pages.

FaQ

  • Does it have support for X mod? Can do X from X mod?

    Groovy can access almost every java code. This means almost everything is "supported", if you know how to do it. Stuff like recipes are not reloadable. We would need to add support manually for that specific recipe type.

  • Can you add support for X mod?

    Probably. We intent to make it work with pretty much every mod. If your desired mod is not yet supported you can ask us about it on the Discord.

  • Why is the mod file so large?

    In order for the mod to work we need to inlcude the Groovy libraries, which are decently sized.

  • Is this compatible with CraftTweaker and KubeJS?

    Yes, but there is no point in doing that (exept that CraftTweaker currently supports more mods.)

  • Why would i use this over CraftTweaker?

    All the reasons are mention above in the Features. Being able to reload scripts on the fly is the biggest argument for GroovyScript imo.

Join our Discord

Official Wiki

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.4.3Релиз1.12.2forge14 апреля 2026 г..jar (16.2 МБ)
1.4.2Релиз1.12.2forge3 апреля 2026 г..jar (16.2 МБ)
1.4.1Релиз1.12.2forge25 марта 2026 г..jar (16.2 МБ)
1.4.0Бета1.12.2forge15 марта 2026 г..jar (16.2 МБ)
1.3.4Релиз1.12.2forge16 января 2026 г..jar (16.2 МБ)
1.3.3Релиз1.12.2forge17 декабря 2025 г..jar (16.1 МБ)
1.3.1Релиз1.12.2forge10 октября 2025 г..jar (16.0 МБ)
1.3.0Релиз1.12.2forge9 октября 2025 г..jar (16.0 МБ)
1.2.5Релиз1.12.2forge29 июля 2025 г..jar (13.0 МБ)
1.2.5Релиз1.12.2forge25 июня 2025 г..jar (13.0 МБ)
1.2.4Релиз1.12.2forge11 мая 2025 г..jar (13.0 МБ)
1.2.3Бета1.12.2forge2 апреля 2025 г..jar (12.9 МБ)
1.2.2Релиз1.12.2forge21 марта 2025 г..jar (12.9 МБ)
1.2.1Релиз1.12.2forge17 марта 2025 г..jar (12.9 МБ)
1.2.0-hotfix1Релиз1.12.2forge6 октября 2024 г..jar (12.7 МБ)

Показаны последние 15 из 30 версий. Все версии — на Modrinth.

Ченджлог

1.4.3Релиз1.12.2 · 14 апреля 2026 г.
1.4.2Релиз1.12.2 · 3 апреля 2026 г.
1.4.1Релиз1.12.2 · 25 марта 2026 г.
1.4.0Бета1.12.2 · 15 марта 2026 г.

What's Changed

New Contributors

Full Changelog: https://github.com/CleanroomMC/GroovyScript/compare/v1.3.4...v1.4.0

1.3.4Релиз1.12.2 · 16 января 2026 г.

What's Changed

Full Changelog: https://github.com/CleanroomMC/GroovyScript/compare/v1.3.3...v1.3.4

What's Changed

Full Changelog: https://github.com/CleanroomMC/GroovyScript/compare/v1.3.3...v1.3.4

1.3.3Релиз1.12.2 · 17 декабря 2025 г.

What's Changed

Full Changelog: https://github.com/CleanroomMC/GroovyScript/compare/v1.3.2...v1.3.3

1.3.1Релиз1.12.2 · 10 октября 2025 г.

What's Changed

Full Changelog: https://github.com/CleanroomMC/GroovyScript/compare/v1.3.0...v1.3.1

1.3.0Релиз1.12.2 · 9 октября 2025 г.

What's Changed

New Contributors

Full Changelog: https://github.com/CleanroomMC/GroovyScript/compare/v1.2.5...v1.3.0

Полная история изменений — на Modrinth.

Комментарии

Загружаем…