Koremods
Modby Su5eD
A Kotlin Script bytecode manipulation framework
Type
Mod
CurseForge Downloads
0
CurseForge ID
544251
Modrinth Downloads
0
Modrinth ID
EWmBPx3X
Last Updated
Apr 13, 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 CurseForge page contains releases for Koremods Modlauncher, which is the frontend used with MinecraftForge.
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, you can focus on writing transformers without needless boilerplate code
- β Lightweight Runtime - Near-instant evaluation speeds of scripts pre-compiled by the 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.
Kotlin Script
Kotlin Scripting 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.
Similar Mods
Origins: Legacy
Unofficial forward port of Origins 1.20.1 up to the latest version of Minecraft.
Beautified Chat [Server]
π¬ A highly configurable mod to change the style and colour of chat messages server-wide.
Glowstone Dust Recipe
adds a simple recipe for glowstone dust
Easy Mob Spawn Control - edit spawn rate & mob cap, disable mobs
Quickly adjust spawn rate, ban mobs or change mob limit with in-game menu
HexDebug
A Hex Casting addon for debugging and editing hexes.
Mouse Key Inventory Fix
Fixes the almost ten-year-old issue with mouse key binds not working in inventories