GroovyScript
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #112 of 335 forge mods in this game by downloads
📋 About This Mod
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.
- 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.
(https://discord.com/invite/m53yxTjjKM)
(https://groovyscript-docs.readthedocs.io/en/latest/)
📊 Mod Details
- Game
- Minecraft Mods
- Author
- brachy
- Version
- 1.4.3
- Downloads
- 27,131
- Endorsements
- 7
- Category
- forge
- Created
- 11/30/2023
- Updated
- 4/14/2026
- Game Versions
- 1.12.2
- Tags
- library
🔗 Required By 1 Mod
These mods list this mod as a dependency.
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does GroovyScript support?
The author lists 1.12.2. Other versions may work but are untested by the author.
What is the latest version of GroovyScript?
Version 1.4.3, published 2026-04-14 with 27,131 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await