
CobbleQualities
A quality-of-life and cosmetic enhancement side-mod for Cobblemon.
- Загрузки
- 3K
- Подписчики
- 7
- Обновлён
- 24 ноября 2025 г.
- Лицензия
- MIT
Опубликован 11 ноября 2025 г.
CobbleQualities
CobbleQualities adds a selection of quality-of-life and cosmetic enhancement items to Cobblemon, focusing on portable utility and player-driven customization. Manage, heal, and personalize your Pokémon anywhere.
Features
- Portable PC (utility) — Opens your Pc interface anywhere, perfect for exploring.
- Portable Healer (utility) — Heals your parties Pokémon, fast and convenient after a tough fight.
- Shiny Shard (consumable) — Use to turn one of your Pokémon ✨Shiny✨.
- AND MORE TO COME!
Usage
- Portable PC: Right-click while holding to open your storage UI.
- Portable Healer: Right-click to heal the current Pokémon in your party.
- Shiny Shard: Upon use select a Pokémon to apply the shiny effect to.
Configuration
All drops and drop chances for shiny pokemon are configurable in:config/cobblequalities/shinylootpool.json
Configs can be reloaded during runtime by using:/cobblequalities reloadconfigs
If for some reason you want to disable shiny drops you can use the gamerule:/gamerule toggleShinyDrops otherwise it is set to "true" by default.
Example snippet:
{
"ultrarare": {
"chance": 0.01,
"entries": [
{ "item": "modid:item_ultrarare", "amount": 1, "weight": 10 }
]
},
"rare": {
"chance": 0.05,
"entries": [
{ "item": "modid:item_rare", "amount": 2, "weight": 8 }
]
},
"uncommon": {
"chance": 0.15,
"entries": [
{ "item": "modid:item_uncommon", "amount": 1, "weight": 6 }
]
},
"common": {
"chance": 0.79,
"entries": [
{ "item": "modid:item_common", "amount": 1, "weight": 4 }
]
}
}
After Thoughts and Q&A
- Will you be backporting to older versions of cobblemon?
Probably not but i will consider backporting to 1.6.0+1.21.1 at some point. i think the portable pc has an issue in 1.6.0 currently due to some missing api/packet calls but works fine in 1.6.1
- Why not older?
I just dont really like forge i guess? so i will mainly be updating/adding to the mod for fabric and neoforge primarily.
Any other questions or suggestions will be answered or available to request/discuss on the discord(coming soon).
TO-DO
- Finish the discord
- Refactor and organize the project files in a cleaner manner
- Quit Being a Lazy Piplup
Ченджлог
0.5.2+1.21.1-SNAPSHOTБета1.21.1 · 24 ноября 2025 г.
v0.5.2
New Features
- Nothing new here
Commands
- Nothing new here
Config
- Added a option to disable capsule and shard usage on UltraBeasts (i forgot)
Gamerules
- Nothing new here
Bug Fixes
- Releasing a shiny cobblemon from your pc now also rolls a drop from the shiny loot pool.
0.5.2+1.21.1-SNAPSHOTБета1.21.1 · 24 ноября 2025 г.
v0.5.2
New Features
- Nothing new here
Commands
- Nothing new here
Config
- Added a option to disable capsule and shard usage on UltraBeasts (i forgot)
Gamerules
- Nothing new here
Bug Fixes
- Releasing a shiny cobblemon from your pc now also rolls a drop from the shiny loot pool.
0.5.1+1.21.1-SNAPSHOTБета1.21.1 · 22 ноября 2025 г.
v0.5.1
New Features
- Nothing new here
Commands
- Fixed a dumb mistake with how it displayed player name.
Config
- Nothing new here
Gamerules
- Nothing new here
Bug Fixes
- Ported to 1.7 and fixed some deprecated usage.
0.5.1+1.21.1-SNAPSHOTБета1.21.1 · 22 ноября 2025 г.
v0.5.1
New Features
- Nothing new here
Commands
- Fixed a dumb mistake with how it displayed player name.
Config
- Nothing new here
Gamerules
- Nothing new here
Bug Fixes
- Ported to 1.7 and fixed some deprecated usage.
0.5.0+1.21.1-SNAPSHOTБета1.21.1 · 20 ноября 2025 г.
v0.5.0
New Features
- Added New Capsule items — these are currently experimental and have no way of being obtained outside of creative mode or commands.
- Added Size Reset Capsule — Resets selected cobblemons scale.
- Added Size Capsule m, l, xl — When used additively alters a cobblemons scale
- Added *Size Capsule xs, s — When used substractively alters a cobblemons scale
Commands
Config
- Added
main: manage server side handling for shiny shard and capsules - Improved overall configuration management configs now merge/update if anything is added in a future release.
- Configs now create backups if altered or merged in a bad or unintended way incase of any potential issues.
Gamerules
Bug Fixes
0.5.0+1.21.1-SNAPSHOTБета1.21.1 · 20 ноября 2025 г.
v0.5.0
New Features
- Added New Capsule items — these are currently experimental and have no way of being obtained outside of creative mode or commands.
- Added Size Reset Capsule — Resets selected cobblemons scale.
- Added Size Capsule m, l, xl — When used additively alters a cobblemons scale
- Added *Size Capsule xs, s — When used substractively alters a cobblemons scale
Commands
Config
- Added
main: manage server side handling for shiny shard and capsules - Improved overall configuration management configs now merge/update if anything is added in a future release.
- Configs now create backups if altered or merged in a bad or unintended way incase of any potential issues.
Gamerules
Bug Fixes
0.1.0+1.21.1-SNAPSHOTБета1.21.1 · 11 ноября 2025 г.
v0.1.0
New Features
- Added Portable PC — manage Pokémon storage anywhere.
- Added Portable Healer — heal your Pokémon on the go.
- Added Shiny Piece — Used to craft Shiny Shard's.
- Added Shiny Shard — turns one of your owned Pokémon shiny when used.
- Added Localization — New localization options en_gb, en_us, es_es, fr_fr, ja_jp, ko_kr, pt_br, pt_pt, sv_se, zh_cn.
Commands
- Added New Command: /cobblequalities reloadconfigs — reload the mods config files at runtime.
Config
- Added
lootpoolconfig: manage rarity and drop chances for shiny shard/pieces.
Gamerules
- Added New Gamerule: toggleShinyDrops — toggle the ability for wild shiny pokemon to drop shard/pieces
Bug Fixes
- Fixed an issue causing portable pc to not work.
- Fixed an issue causing shiny pokemon not to drop shards/pieces.
0.1.0+1.21.1-SNAPSHOTБета1.21.1 · 11 ноября 2025 г.
v0.1.0
New Features
- Added Portable PC — manage Pokémon storage anywhere.
- Added Portable Healer — heal your Pokémon on the go.
- Added Shiny Piece — Used to craft Shiny Shard's.
- Added Shiny Shard — turns one of your owned Pokémon shiny when used.
- Added Localization — New localization options en_gb, en_us, es_es, fr_fr, ja_jp, ko_kr, pt_br, pt_pt, sv_se, zh_cn.
Commands
- Added New Command: /cobblequalities reloadconfigs — reload the mods config files at runtime.
Config
- Added
lootpoolconfig: manage rarity and drop chances for shiny shard/pieces.
Gamerules
- Added New Gamerule: toggleShinyDrops — toggle the ability for wild shiny pokemon to drop shard/pieces
Bug Fixes
- Fixed an issue causing portable pc to not work.
- Fixed an issue causing shiny pokemon not to drop shards/pieces.
Комментарии
Загружаем…