Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 3 years ago
All versions
0.4.11
Beta
Koremods 0.4.113 years ago 3,354
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
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 on latest Forge
- 0.4.7 Add embedded FML mod Lets consumers declare a dependency on koremods in their mod metadata, and also shows koremods in the mod list.
- 0.4.6 Fix reading compiled scripts from zip archives
- 0.4.5 Bump Koremods to 0.4.9
- 0.4.4 Bump Koremods to 0.4.6, remove snapshot publishing Snapshots will come later
- 0.4.3 Add snapshots publishing repository
- 0.4.2 Add missing license headers Wow this is becoming annoying
- 0.4.1 Add custom script JiJ ClassLoader
- 0.4.0 Cleanup jij dependency resolution
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:EWmBPx3X:AaBSPhEa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EWmBPx3X:AaBSPhEa"
}

