Mod
Daily Boss x Cobblemon
No reviews yet
DBxCobblemon is a compatibility bridge provided to integrate [DailyBoss] with [Cobblemon]
Does not follow a specific thematic focus apart from vanilla Minecraft.
Includes a large focus on traversing worlds with enhanced world generation, structures, dungeons, and more for players to find unique loot.
Adds or overhauls bosses to the game.
Emphasizes combat mechanics and fighting gameplay.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Adds extra features or content to an existing mod.
Inspired by or including content related to the Pokemon franchise.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
DBxCobblemon is a compatibility bridge provided to integrate DailyBoss with Cobblemon. It allows server administrators and modpack creators to spawn Cobblemon Pokémon as bosses using DailyBoss, complete with custom configurations, loot tables, and special mechanics.
Features
- Seamless Integration: Registers Cobblemon Pokémon as valid bosses within the DailyBoss ecosystem.
- Customizable Bosses: Define bosses via JSON files in datapacks, specifying level, nature, ability, shiny status, and more.
- Invulnerability Shield: Bosses spawned via this mod are immune to standard vanilla damage (swords, arrows), forcing players to engage them in Pokémon battles.
- Datapack Support: Fully data-driven. Add new bosses without updating the mod.
- Custom Loot: Support for defining custom loot tables for defeated bosses.
- Menu Visualization: Bosses appear correctly in the DailyBoss menu for visualization purposes (sprites and names).
Custom Assets
To add custom textures for your bosses in the menu, place your images in a resource pack following this structure:
File Location: assets/pladailyboss/textures/gui/entity_posters/cobblemon/<species>/
You need two images per boss:
<species>_enabled.png(Colored version)<species>_disabled.png(Grayed out version)
Example:
assets/pladailyboss/textures/gui/entity_posters/cobblemon/charizard/charizard_enabled.pngassets/pladailyboss/textures/gui/entity_posters/cobblemon/charizard/charizard_disabled.png
You can define new bosses by creating JSON files in a datapack or inside the mod's configuration.
File Location: data/<namespace>/dailyboss/cobblemon/<boss_name>.json
Example: data/dbxcobblemon/dailyboss/cobblemon/charizard_boss.json
JSON Format:
{
"species": "cobblemon:charizard",
"level": 75,
"shiny": true,
"nature": "cobblemon:adamant",
"ability": "blaze",
"gender": "male",
"uncatchable": true,
"lootTable": "minecraft:chests/simple_dungeon",
"nbt": {
"Pokemon": {
"IVs": {
"HP": 31,
"Attack": 31,
"Defence": 31,
"SpecialAttack": 31,
"SpecialDefence": 31,
"Speed": 31
}
}
}
}
| Field | Type | Description |
|---|---|---|
species |
The Cobblemon species ID (e.g., cobblemon:pikachu). Required. |
|
level |
The level of the Pokémon. Default: 50. | |
shiny |
Whether the Pokémon is shiny. Default: false. | |
nature |
The nature ID (e.g., cobblemon:modest). |
|
ability |
The ability name. | |
gender |
Gender (male, female, or genderless). |
|
uncatchable |
If true, the Pokémon cannot be caught in battle. | |
lootTable |
ResourceLocation of a loot table to drop upon defeat. | |
nbt |
Extra NBT data to apply to the Pokémon (supports standard Cobblemon NBT structure). |
DBxCobblemon is a compatibility bridge provided to integrate DailyBoss with Cobblemon. It allows server administrators and modpack creators to spawn Cobblemon Pokémon as bosses using DailyBoss, complete with custom configurations, loot tables, and special mechanics.
Features
- Seamless Integration: Registers Cobblemon Pokémon as valid bosses within the DailyBoss ecosystem.
- Customizable Bosses: Define bosses via JSON files in datapacks, specifying level, nature, ability, shiny status, and more.
- Invulnerability Shield: Bosses spawned via this mod are immune to standard vanilla damage (swords, arrows), forcing players to engage them in Pokémon battles.
- Datapack Support: Fully data-driven. Add new bosses without updating the mod.
- Custom Loot: Support for defining custom loot tables for defeated bosses.
- Menu Visualization: Bosses appear correctly in the DailyBoss menu for visualization purposes (sprites and names).
Custom Assets
To add custom textures for your bosses in the menu, place your images in a resource pack following this structure:
File Location: assets/pladailyboss/textures/gui/entity_posters/cobblemon/<species>/
You need two images per boss:
<species>_enabled.png(Colored version)<species>_disabled.png(Grayed out version)
Example:
assets/pladailyboss/textures/gui/entity_posters/cobblemon/charizard/charizard_enabled.pngassets/pladailyboss/textures/gui/entity_posters/cobblemon/charizard/charizard_disabled.png
You can define new bosses by creating JSON files in a datapack or inside the mod's configuration.
File Location: data/<namespace>/dailyboss/cobblemon/<boss_name>.json
Example: data/dbxcobblemon/dailyboss/cobblemon/charizard_boss.json
JSON Format:
{
"species": "cobblemon:charizard",
"level": 75,
"shiny": true,
"nature": "cobblemon:adamant",
"ability": "blaze",
"gender": "male",
"uncatchable": true,
"lootTable": "minecraft:chests/simple_dungeon",
"nbt": {
"Pokemon": {
"IVs": {
"HP": 31,
"Attack": 31,
"Defence": 31,
"SpecialAttack": 31,
"SpecialDefence": 31,
"Speed": 31
}
}
}
}
| Field | Type | Description |
|---|---|---|
species |
The Cobblemon species ID (e.g., cobblemon:pikachu). Required. |
|
level |
The level of the Pokémon. Default: 50. | |
shiny |
Whether the Pokémon is shiny. Default: false. | |
nature |
The nature ID (e.g., cobblemon:modest). |
|
ability |
The ability name. | |
gender |
Gender (male, female, or genderless). |
|
uncatchable |
If true, the Pokémon cannot be caught in battle. | |
lootTable |
ResourceLocation of a loot table to drop upon defeat. | |
nbt |
Extra NBT data to apply to the Pokémon (supports standard Cobblemon NBT structure). |
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources