promotional bannermobile promotional banner

cobblemondungeon

Create and edit custom Cobblemon dungeons directly in-game with areas, gates, trainer encounters, boss battles, Join NPCs, rewards, and JSON-based advanced customization.
Back to Files

cobblemondungeon-1.6.0.jar

File namecobblemondungeon-1.6.0.jar
Uploaded
Jun 7, 2026
Downloads
216
Size
293.6 KB
Mod Loaders
Fabric
File ID
8210581
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:cobblemondungeon-1513061:8210581"

Learn more about Curse Maven

What's new

## v1.6.0

### Added

- Added a new Dungeon Flow screen in the Area Editor.
- Added visual dungeon flow editing for area order.
- Added automatic gate creation based on the Dungeon Flow order.
- Added directional flow arrows to make area connections easier to understand.
- Added Gate Bounds / trigger area guidance in validation messages.
- Added a default draft flow: explore_1 -> boss_area.
- Added a dedicated Cobblemon Dungeon creative tab.
- Added a Dungeon Manager item that opens the dungeon management menu.
- Added Dungeon Flow Arrow items for visual flow display.
- Added Dungeon Flow validation:
  - The first area must be EXPLORE.
  - The last area must be BOSS.

### Changed

- Area Editor is now split into Area List and Dungeon Flow.
- Area List now focuses only on area creation and area editing.
- Gate creation is now handled automatically from Dungeon Flow instead of being managed manually from the Area List.
- Dungeon Flow now uses a 5-area snake layout with connector rows, making row-to-row connections easier to read.
- Dungeon Flow no longer opens area editing from flow slots. It is now used only for flow configuration.
- New dungeon drafts now start with the minimum natural structure: EXPLORE area -> BOSS area.
- explore_1 is treated as the fixed initial area when present.
- Manager and editor UI text has been improved and partially localized into Japanese.

### Fixed

- Improved the confusing “Missing trigger area” validation warning by referring to Gate Bounds / trigger area more clearly.
- Fixed invalid Japanese language resource formatting.