Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
2.4.1-SNAPSHOT-631
Beta
2.4.1-SNAPSHOT-6312 years ago 64
Uploaded by
Compatibility
Minecraft: Java Edition
1.21
Platforms
Paper
Spigot
Changes
Changes:
87ab51cCloud for commands (#3808) by @Konicai & @onebeastchris48311f8Add a /geyser ping command (#4131) by @onebeastchris813d197Feature: API to switch items in the offhand/mainhand (#4819) by @onebeastchris98c412cfix missing import by @onebeastchris03187b6Update DeviceOs to latest protocol (#4553) by @rtm516f3ba584Extensions should specify geyser api version in the extension.yml (#3880) by @onebeastchris & @Konicai8e39778Target 1.0.1 release of the base api by @onebeastchris5019b5aFix Geyser Api BuildData directory by @Konicai
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:GSL6WAri"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wKkoqHrH:GSL6WAri"
}

