Koremods
Modby Su5eD
A Kotlin Script bytecode manipulation framework
Type
Mod
CurseForge Downloads
652,150
CurseForge ID
544251
Modrinth Downloads
296,162
Modrinth ID
EWmBPx3X
Last Updated
Jun 12, 2026
Description
# Koremods
**Koremods** is a Kotlin Script bytecode manipulation framework. It providers modders a new way of transforming (not just) minecraft bytecode with rich IDE support and Gradle integration.
This Modrinth project contains releases for Koremods Modlauncher, the MinecraftForge frontend.
## Main Features
- π¦ **Sandboxed**
- Koremods scripts are executed in an isolated environment to ensure they only access necessary classes and resources
- β‘ **Focused**
- Using the ASM Kotlin wrapper [Koffee](https://github.com/videogame-hacker/Koffee), you can focus on writing transformers without needless boilerplate code
- β **Lightweight Runtime**
- Near-instant evaluation speeds of scripts pre-compiled by the [Koremods Gradle](https://gitlab.com/gofancy/koremods/koremods-gradle) plugin
- π§© **Portable**
- Koremods' feature-rich core allows easy compatibility with your desired platform
- Frontends only need to create a thin layer beween the platform and Koremods Script.
- ποΈ **Rich IDE Support**
- Koremods offers first-class syntax highlighting and autocompletion thanks to IntelliJ IDEAβs Kotlin Script support
## Documentation
To get started using Koremods in your mod, check our [wiki](https://su5ed.dev/koremods).
## Kotlin Script
[Kotlin Scripting](https://kotlinlang.org/docs/custom-script-deps-tutorial.html) is a new, experimental technology that lets you run Kotlin code without prior compilation or packaging. All of Kotlin's language features are available, usually with the addition of a speficic DSL provided by the script definition. Scripts are compiled into bytecode at runtime, and then loaded into the JVM using a custom classloader.
Compatibility
Mod Loaders
Forge
Game Versions
1.18.2
1.19.2
1.19.3
1.20.1
1.20.4
Similar Mods
Trenzalore
Small Util Mod with a few tweaks
Mod
9,474,482
AE2 Extras
Adds some extra stuff to AE2
Mod
9,473,732
Blockus
A mod that adds blocks!
Mod
9,471,223
Just Enough Reactors
A JEI addon for Extreme Reactors
Mod
9,470,104
Engineers Workshop Reborn
Adds an engineering table to help with your crafting needs.
Mod
9,452,412
ActuallyComputers
Interaction between ActuallyAdditions machines and OpenComputers functions
Mod
9,450,717