Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
2.4.2-SNAPSHOT-644
Beta
2.4.2-SNAPSHOT-6442 years ago 36
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
BungeeCord
Changes
Changes:
3e01c431.21.20 by @Kas-tle4eb3438Indicate 1.21.20 support by @Kas-tle841cb68Merge branch 'master' into feature/1.21.20 by @Kas-tle402ea10Merge branch 'master' into feature/1.21.20 by @Kas-tle7f1b697Merge branch 'master' into feature/1.21.20 by @Kas-tle523bcdcSpecify 1.21.2/1.21.3 support by @Kas-tle5c617ebMerge branch 'master' into feature/1.21.20 by @Kas-tle630a842Merge branch 'master' into feature/1.21.20 by @Kas-tlef5b7cc7Fix mangrove propagule age (#4949) by @Camotoyf2b1a42Merge branch 'master' into feature/1.21.20 by @Kas-tle7121da7Merge branch 'master' into feature/1.21.20 by @Kas-tle10281a8Bump version to 2.4.2 by @onebeastchrisbd73cbdMerge pull request #4912 from GeyserMC/feature/1.21.20 by @Camotoyce62824Feature: Add method to close forms in the API (#4957) by @onebeastchris39b5523Merge pull request #4959 from GeyserMC/api/2.4.2 by @Camotoy
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:wKkoqHrH:Lu5bjzts"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wKkoqHrH:Lu5bjzts"
}

