Описание
# Simple Ball Swap 🔁
Change your Cobblemon's caught ball with one click!
## Usage 💻
Simply shift+right click your Cobblemon while holding a pokeball, then click the "change cosmetic" button on the interaction wheel. Voila! Brand new cosmetic ball. ✨
## Config 🔧
You can find a simple little config in `config/simpleballswap.json`.
```json5
{
// Whether to return the old pokeball when swapping balls.
// Note!! This can lead to pokeball duplication. Use with caution.
"returnOldBall": false,
// Whether the pokeball used should be consumed when being added as a cosmetic.
"consumeBall": true
}
```
## FAQ ❓
**Can I use this mod in my modpack?**
*Please do!*