1.5.4
Compatibility
Required content
Changes
First public beta
Optional dedicated-server companion for CobbleHunt.
Synchronized server data
- Active Cobblemon spawn pools from every installed namespace.
- Spawn presets and complete
spawn_rulesdefinitions. - Server rarity bucket weights and maximum spawn distance.
- Available structures and loaded mods.
- Datapack and addon changes after server resource reloads.
Dynamic spawn rules
- Synchronizes native
filter,weightandlocationrule components. - Supports reconstructible MoLang queries involving time, weather and moon phase.
- Unsupported addon components, composite conditions and world-dependent queries remain explicitly reported to the client.
Reliability and safety
- Versioned and chunked network protocol.
- Strict snapshot size and decompression limits.
- Atomic client-side application with automatic fallback to local data after disconnection.
- Reload-safe snapshot rebuilding and redistribution.
- Does not modify Cobblemon spawning or server gameplay; it only provides active server data to compatible CobbleHunt clients.
Installation
Place the JAR in the dedicated server's mods folder alongside Fabric API and Cobblemon.
Do not install this bridge JAR on clients. The main CobbleHunt client mod remains fully functional without it, but uses local fallback data for information that Cobblemon does not synchronize.
Requirements
- Minecraft 1.21.1
- Fabric Loader 0.17.2 or newer
- Fabric API
- Cobblemon 1.7.2
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:pTDFQTOU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FVbR8Qj9:pTDFQTOU"
}

