GroovyScript
Modby CleanroomMC
A powerful scripting mod like CraftTweaker or KubeJS based on Groovy.
Type
Mod
CurseForge Downloads
688,071
CurseForge ID
687577
Last Updated
Jul 28, 2026
Description
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.
Similar Mods
Food Effect Tooltips (Forge)
Adds Tooltips to food that gives Status Effects when eaten
MCPitanLib
Pitan's Minecraft Mod Library (Architectury API)
MultiStorage
Vaults, Stacking Chests, Hidden Chests, Ender Chests, and Ender Bags
Name Pain
Vanilla-friendly health-based nameplate coloring, better villager & pet name visibility, many configs. tags: nametags pe...
Swampier Swamps (Fabric)
Swampier Swamps is a Mod that aims to overhaul and improve the Swamp Biome and some of the features added in the Wild Up...
Steve's Workshop
Adds a production table that contains multiple modular crafting tables and/or furnaces.