Sprache

Koremods

Koremods

Modrinth

A Kotlin Script bytecode manipulation framework

307.1k Downloads 6 Follower aktualisiert 30mo ago
neueste v2.0.0 Modrinth
Forge 1.18.2 – 1.20.4 LibraryUtility

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, 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.

Versionen

Release
2.0.0
forge · 1.20.4 · 30mo ago
2.0 ====== - 2.0.0 Port to NeoForge 1.20.4
339
Release
1.0.0
forge · 1.20.1 · 35mo ago
1.0 ====== - 1.0.0 Update to Kotlin 1.9.0
298.4k
Beta
0.7.0
forge · 1.20.1 · 36mo ago
0.7 ====== - 0.7.0 Update to Minecraft 1.20.1
291
Beta
0.4.11
forge · 1.18.2 · 38mo ago
0.4 ====== - 0.4.11 Backport bugfixes from 5.+ - 0.4.10 Bump Koremods to 0.4.12 - 0.4.9 Fix script pack verification on servers - 0.4.8 Fix mod locator…
3.3k
Release
0.6.1
forge · 1.19.2, 1.19.3 · 38mo ago
0.6 ====== - 0.6.1 Fix pack path normalization - 0.6.0 Configurable auto renaming
2.2k
Beta
0.6.0
forge · 1.19.3 · 38mo ago
0.6 ====== - 0.6.0 Configurable auto renaming
177
Beta
0.5.9
forge · 1.19.2, 1.19.3 · 39mo ago
0.5 ====== - 0.5.9  Handle Koremods Loader exceptions - 0.5.8  Catch FileNotFoundException in script classloader - 0.5.7  Add service jar…
151
Beta
0.5.8
forge · 1.19.3 · 39mo ago
0.5 ====== - 0.5.8 Catch FileNotFoundException in script classloader - 0.5.7 Add service jar to api config - 0.5.6 Use JiJ for the mod jar - 0.5.5…
135
Beta
0.5.7
forge · 1.19.3 · 42mo ago
0.5 ====== - 0.5.7 Add service jar to api config - 0.5.6 Use JiJ for the mod jar - 0.5.5 Separate kotlin dependent code into a separate source set -…
140
Beta
0.5.6
forge · 1.19.3 · 42mo ago
0.5 ====== - 0.5.6 Use JiJ for the mod jar - 0.5.5 Separate kotlin dependent code into a separate source set - 0.5.4 Update license headers - 0.5.3…
172
Beta
0.5.0
forge · 1.19.2 · 46mo ago
1.19.x changelog 0.5 ====== - 0.5.0 Fix script pack verification on servers Closes #1
266
Beta
0.4.10
forge · 1.18.2 · 46mo ago
- Bump Koremods-Script to 0.4.12 - Fix script pack verification on servers
220

Kommentare 0

Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.