Tags
Creators
Details
1.3.0+26.2
Compatibility
Changes
Coinkeep 1.3.0 for Minecraft 26.2 — the same features and content as 1.3.0, ported to Minecraft 26.2 (NeoForge 26.2.0.59). All 13 automated tests pass, and the book, shop and click handling were verified in a live 26.2 client.
Notes
- Minecraft 26.x runs on Java 25 — nothing extra to install if your launcher manages Java, just worth knowing for server owners.
- Carrying an old-version world forward? Stored balances and market demand do not carry over (NeoForge changed attachment storage) — vault contents and banknotes survive. Have players vault their money or withdraw banknotes before upgrading. Fresh worlds are unaffected.
- This build also includes a small fix that ships to all versions: the "your vault was cracked" notification now actually reaches the victim.
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:O0a6NLTz:3yrz2O1z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O0a6NLTz:3yrz2O1z"
}

