File Details
CobblemonWikiGui-neoforge-2.4.1+1.21.1.jar
- R
- Feb 24, 2026
- 281.69 KB
- 126
- 1.21.1
- NeoForge
File Name
CobblemonWikiGui-neoforge-2.4.1+1.21.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
## 2.4.1
### ✨ New Features
- **Form support in commands** — The `/pwiki` and `/pwikiother` commands now accept an optional `[form]` argument to open the wiki directly for a specific Pokémon form.
- `/pwiki <pokemon> [form]` — e.g. `/pwiki zorua hisui`
- `/pwikiother <player> <pokemon> [form]` — e.g. `/pwikiother Steve zorua hisui`
- **Dynamic GUI title** — When viewing a non-standard form, the wiki title now reflects the species and form name (e.g. `Cobblemon Wiki - Zorua (Hisui)`).
- **Form-aware evolution navigation** — The Evolutions GUI now navigates to the correct form of the evolution target instead of always defaulting to the standard form.
- **Improved Forms tooltip** — When viewing a non-standard form, the Forms button now shows only that form's name instead of listing all forms.
### 🐛 Bug Fixes
- Fixed `/pwikiother` argument order — `<player>` is now the first argument, preventing ambiguity with the form argument.
- Fixed form resolution in commands — form is now resolved via Cobblemon's native `FormArgumentType`, with proper autocomplete support.

