
GroovyScript
A scripting mod for minecraft 1.12
Обновлён 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:
- Groovy: a powerful and tested scripting language
- Java-compatible syntax + interoperable code
- Static compilation
- Optional dynamic typing
- Metaprogramming
- Sandboxed: scripts are effectively ran in a sandbox, with sensitive operations blacklisted from being called or referenced
- 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
- Events: Easily listen to Forge's EventBuses with Groovy Closures
- Familiarity: Bracket handlers for those that are familiar with CraftTweaker (currently implemented, may be removed in the near future)
- Informational: commands to display rich information for the item in your hand and more
- Optimized: Making sure no compromises are being made while delivering features with efficient code
- 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.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.4.3 | Релиз | 1.12.2 | forge | 14 апреля 2026 г. | .jar (16.2 МБ) |
| 1.4.2 | Релиз | 1.12.2 | forge | 3 апреля 2026 г. | .jar (16.2 МБ) |
| 1.4.1 | Релиз | 1.12.2 | forge | 25 марта 2026 г. | .jar (16.2 МБ) |
| 1.4.0 | Бета | 1.12.2 | forge | 15 марта 2026 г. | .jar (16.2 МБ) |
| 1.3.4 | Релиз | 1.12.2 | forge | 16 января 2026 г. | .jar (16.2 МБ) |
| 1.3.3 | Релиз | 1.12.2 | forge | 17 декабря 2025 г. | .jar (16.1 МБ) |
| 1.3.1 | Релиз | 1.12.2 | forge | 10 октября 2025 г. | .jar (16.0 МБ) |
| 1.3.0 | Релиз | 1.12.2 | forge | 9 октября 2025 г. | .jar (16.0 МБ) |
| 1.2.5 | Релиз | 1.12.2 | forge | 29 июля 2025 г. | .jar (13.0 МБ) |
| 1.2.5 | Релиз | 1.12.2 | forge | 25 июня 2025 г. | .jar (13.0 МБ) |
| 1.2.4 | Релиз | 1.12.2 | forge | 11 мая 2025 г. | .jar (13.0 МБ) |
| 1.2.3 | Бета | 1.12.2 | forge | 2 апреля 2025 г. | .jar (12.9 МБ) |
| 1.2.2 | Релиз | 1.12.2 | forge | 21 марта 2025 г. | .jar (12.9 МБ) |
| 1.2.1 | Релиз | 1.12.2 | forge | 17 марта 2025 г. | .jar (12.9 МБ) |
| 1.2.0-hotfix1 | Релиз | 1.12.2 | forge | 6 октября 2024 г. | .jar (12.7 МБ) |
Показаны последние 15 из 30 версий. Все версии — на Modrinth.
Ченджлог
1.4.3Релиз1.12.2 · 14 апреля 2026 г.
What's Changed
- Fix Biome Parser by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/380
- fix: Factory Tech issues by @Wizzerinus in https://github.com/CleanroomMC/GroovyScript/pull/381
Full Changelog: https://github.com/CleanroomMC/GroovyScript/compare/v1.4.2...v1.4.3
1.4.2Релиз1.12.2 · 3 апреля 2026 г.
What's Changed
- Improve AspectHelper by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/379
Full Changelog: https://github.com/CleanroomMC/GroovyScript/compare/v1.4.1...v1.4.2
1.4.1Релиз1.12.2 · 25 марта 2026 г.
What's Changed
- Fix compile issues by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/378
Full Changelog: https://github.com/CleanroomMC/GroovyScript/compare/v1.4.0...v1.4.1
1.4.0Бета1.12.2 · 15 марта 2026 г.
What's Changed
- Fix ItemStack matcher check by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/373
- Update Groovy version by @Dan4oby in https://github.com/CleanroomMC/GroovyScript/pull/375
New Contributors
- @Dan4oby made their first contribution in https://github.com/CleanroomMC/GroovyScript/pull/375
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
- Blacklist Containers from registering by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/363
- Consistently Capitalize as
blockMaterialby @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/364 - add LightningCraft compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/365
- enhance Pyrotech compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/366
Full Changelog: https://github.com/CleanroomMC/GroovyScript/compare/v1.3.3...v1.3.4
What's Changed
- Blacklist Containers from registering by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/363
- Consistently Capitalize as
blockMaterialby @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/364 - add LightningCraft compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/365
- enhance Pyrotech compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/366
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
- use the field by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/359
- Fix ItemStack Matcher by @IntegerLimit in https://github.com/CleanroomMC/GroovyScript/pull/362
- Disable Furnace Logging by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/361
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
- Material Info Parser and doc fixes by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/346
- Remove unneeded SimpleObjectStream copying by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/345
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
- Infusion Crafting name usage by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/319
- Add Groovy call operator to log by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/323
- Document Steam Dynamo fallback calculation by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/337
- Better With Using Custom Ingredient Classes by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/335
- Fix Player Inventory Priority by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/332
- Run command on status bar click by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/327
- Fix constant crash when cache always disabled by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/326
- Improve VanillaModule design by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/324
- add Armor Plus compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/315
- Note Chisel Carving bug for registry replacement by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/325
- add Erebus compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/316
- Backwards compat for classes property by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/338
- Enhanced Furnace Compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/331
- add Bewitchment compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/307
- feat: ProjectE EMC Mapper by @Amai-ICE in https://github.com/CleanroomMC/GroovyScript/pull/341
- its called blockmaterial buddy by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/342
- Update Buildscript by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/343
- Enhance Keybindings by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/340
- Filter Completions from Object Mappers by @IntegerLimit in https://github.com/CleanroomMC/GroovyScript/pull/334
- Object Mapper Inverter by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/339
New Contributors
- @Amai-ICE made their first contribution in https://github.com/CleanroomMC/GroovyScript/pull/341
Full Changelog: https://github.com/CleanroomMC/GroovyScript/compare/v1.2.5...v1.3.0
Полная история изменений — на Modrinth.
Комментарии
Загружаем…