Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
2.9.2-b1009
Beta
Geyser-Bungeecord-2.9.2-b10097 months ago 36
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
BungeeCord
Changes
Changes:
57c9486Update generated BlockTag, ItemTag and Items classes by @onebeastchrisdcfb10bJoining on 1.21.11 works! Drops 1.21.90 and 1.21.100 by @Novampre1f2c2cUpdate wolf metadata handling and bump paper run version by @basaigh0082293Write hashers for new data components, still needs testing by @eclipseisoffline88c93d9Added support for stabbing, added missing variant handling, fixed nautilus identifier, removed old protocol code. (#6035) by @oryxel12385735Fixed nautilus entity crash, correct entity definition. (#6036) by @oryxel15b16f26Implement nautilus inventory translation. by @oryxel17b92716Implement proper nautilus vehicle movement. by @oryxel18b573eaMerge branch 'master' into feature/1.21.11 by @Novampr0b39b94Fix build by @Novampr6bfa421Update Integrated Pack to resolve visual issues with the spear by @Novampread512aFix fabric crash by @Novampr1edb116Fix fabric.mod.json and neoforge.mods.toml to require 1.21.11 by @Novampr189d99cFixed dash view direction. by @oryxel11d3ed4bFixed nautilus dash progress bar. by @oryxel1 ... and 19 more
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:NWHj46KR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wKkoqHrH:NWHj46KR"
}

