Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
2.9.3-b1062
Beta
Geyser-Bungeecord-2.9.3-b10625 months ago 16
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
BungeeCord
Changes
Changes:
5ad2188Custom Item API v2 (#5189) by @eclipseisoffline, @chris, @Eclipse, @onebeastchris, @oryxel1, @Kas-tle & @Yivee4058a9Fix odd versioning, ensure branch name is properly accessed; by @onebeastchrisd9ef85aAnother stab at not producing cursed branch names by @onebeastchrisb29a87aMove API methods from EntityData to GeyserConnection (#6167) by @onebeastchrisb4e95b9Support: Bedrock version 26.0 (#6168) by @onebeastchrisb3c00abAddress review (value is never null), update link in readme by @onebeastchrisc780602Change version order in README.md and update raknet library by @onebeastchrisb3cb9ffAPI/2.9.3: Custom items V2, Bedrock version 26.0 by @onebeastchris
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:8KjouLmr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wKkoqHrH:8KjouLmr"
}

