File Details
companioncodex-1.0.1.jar
- R
- Jun 8, 2026
- 189.05 KB
- 14
- 1.18.2
- Forge
File Name
companioncodex-1.0.1.jar
Supported Versions
- 1.18.2
Curse Maven Snippet
Changed
- Companion search reworked. The query now splits into a name part and
#modifier clauses:- Plain text searches the companion's name only (case-insensitive; multiple words must all match).
#clauses search the companion's modifiers (temporal + relics) by both their internal id and their in-game display name — e.g.#coinfindsbronze_nuke("Coin Explosion").- Each
#starts a new clause and may contain spaces, so display-name phrases stay intact (#coin explosion). - Numeric filters:
#ornate>=2(number of matching modifiers),#level>=50/#lvl<30(companion level). Operators:=,==,!=,<,<=,>,>=. - Status filters:
#sleeping,#retired. - Negation: a leading
!inverts any#clause —#!ornate,#!sleeping,#!retired. - All terms combine with AND, and name +
#filters can be mixed:fluffy #lvl>=50 #!sleeping #coin.
Added
- Modifier searches now match the human display name, not just the internal id.
!negation for modifier and status filters.#sleeping/#retiredstatus filters.

