Tags
Creators
Details
Licensed Apache-2.0
Published 3 years ago
All versions
0.5.5
Release
chesscraft 0.5.53 weeks ago 143
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.4–1.21.11
Platform
Paper
Changes
What's Changed
- fix(deps): update flyway to v12 (major) by @renovate[bot] in https://github.com/jpenilla/chesscraft/pull/217
- fix(deps): update flyway to v12.9.0 by @renovate[bot] in https://github.com/jpenilla/chesscraft/pull/227
- fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v3.5.9 by @renovate[bot] in https://github.com/jpenilla/chesscraft/pull/230
- chore(deps): update plugin me.modmuss50.mod-publish-plugin to v2 by @renovate[bot] in https://github.com/jpenilla/chesscraft/pull/229
- chore(deps): update plugin com.gradleup.shadow to v9.4.3 by @renovate[bot] in https://github.com/jpenilla/chesscraft/pull/228
- fix(deps): update dependency com.github.ben-manes.caffeine:caffeine to v3.2.4 by @renovate[bot] in https://github.com/jpenilla/chesscraft/pull/226
- fix(deps): update dependency org.jdbi:jdbi3-core to v3.53.0 by @renovate[bot] in https://github.com/jpenilla/chesscraft/pull/224
- chore(deps): update gradle to v9.6.1 by @renovate[bot] in https://github.com/jpenilla/chesscraft/pull/215
- fix(deps): update dependency org.incendo:cloud-minecraft-bom to v2.0.0-beta.17 by @renovate[bot] in https://github.com/jpenilla/chesscraft/pull/231
- fix(deps): update dependency com.zaxxer:hikaricp to v7.1.0 by @renovate[bot] in https://github.com/jpenilla/chesscraft/pull/232
Full Changelog: https://github.com/jpenilla/chesscraft/compare/v0.5.4...v0.5.5
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:PYmT3jyX:WOtPSe4k"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PYmT3jyX:WOtPSe4k"
}

