All versions
1.6.0
Beta
CobbleHunt Server Bridge 1.6.0last month 19
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Dedicated servers only
Required content
Changes
Protocol update
- Updated the CobbleHunt synchronization protocol to version 3.
- CobbleHunt Server Bridge 1.6.0 requires the CobbleHunt 1.6.0 client mod.
Ingredient and recipe synchronization
- Added authoritative synchronization of the server's active bait seasoning ingredients.
- Added synchronization of
#cobblehunt:disabled_bait_ingredients. - Added synchronization of PokéSnack and Poké Bait recipe availability.
- Client recommendations now correctly exclude ingredients and methods disabled by the server.
Existing synchronized data
The bridge continues to synchronize:
- Active spawn pools and presets
- Structures and spawn rules
- Server mod list
- Spawn bucket weights
- Maximum spawning distance
Compatibility
- Dedicated server only
- Minecraft 1.21.1
- Fabric
- Cobblemon 1.7.2
- Optional companion for CobbleHunt 1.6.0
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:FVbR8Qj9:lNsL0MIc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FVbR8Qj9:lNsL0MIc"
}


