Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 months ago
Updated 21 hours ago
All versions
1.2.3-Fabric
Release
Cobblemon MMO skills 1.2.3last month 1,392
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
1.2.3
Fixed
- Fixed a Brewing Stand shift-click crash caused by Cobblemon's NeoForge brewing menu mixin calling
Operation.callwith the wrong argument count. - Fixed Alchemy XP duplication by marking brewed result stacks and consuming each marker only once when the potion is taken.
- Hardened Alchemy result validation so XP is only awarded for items taken from the original Brewing Stand dimension, position, and potion slot.
- Fixed an Alchemy marker cleanup path that could remove a marker during hopper extraction checks before the item was actually moved.
- Fixed Tree Feller traversal spending its search limit on failed block breaks, which could cause excessive scanning around protected or unbreakable logs.
- Fixed Archery same-tick XP deduplication so different shooters or projectiles hitting the same target in the same tick are handled independently.
- Fixed combat XP filtering and Archery mixin handling so combat rewards stay limited to intended hostile targets.
- Fixed Training battle ability cleanup for fled or externally ended Cobblemon battles.
- Fixed Breeding hatch passive handling by applying Warm Nest, Nurturing, XP, and Perfect Potential once per hatched Pokemon after the hatch event creates the actual Pokemon.
- Fixed several player-placed block tracking gaps, including standard
BlockItemplacement and stale marker cleanup.
Changed
- Changed NeoForge block break rewards to wait for confirmed block removal before awarding XP.
- Normalized chance table usage so displayed percentages and random-roll probabilities use the same scale.
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:JObscCax:MOfXhkHn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JObscCax:MOfXhkHn"
}

