All versions
2.0.1
Release
Cobblemon Dungeon 2.0.1last month 1,419
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
2.0.1
This patch fixes dungeon editor regressions found while preparing the 2.0.0 introduction video, and aligns validation with the new flow-first dungeon setup.
Added
- Added Shift-click deletion for saved parties in the in-game Party Pool editor.
- Added localized Party Pool deletion hints and deletion messages.
Changed
- Dungeon sessions now resolve the starting area from the first valid Dungeon Flow area before falling back to legacy entry-based behavior.
- Dungeon join teleport now prefers the first flow area's spawn position, while keeping the legacy dungeon entry as a compatibility fallback.
- Dungeon Manager status now uses the flow-first join position rules, so a dungeon no longer stays as Draft only because legacy
entryis unset. - Dungeon validation now treats generated area slot trainers as effective trainers when checking whether trainers are defined.
- Join NPC requirement text no longer displays the obvious non-empty party requirement.
- Hint NPC distance text now reports an approximate block distance instead of vague distance categories.
Fixed
- Fixed a network disconnect when opening dungeon area list and flow-related editor screens caused by non-serializable enum values in item lore arguments.
- Fixed missing Japanese localization for join requirement descriptions.
- Fixed flow validation warnings for missing, invalid, duplicate, or structurally incorrect flow area definitions.
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:Lqogdq3N:aGuez406"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Lqogdq3N:aGuez406"
}

