File Details
animus-3.0.21.jar
- R
- Feb 26, 2026
- 1.49 MB
- 4.3K
- 1.20.1
- Forge + 1
File Name
animus-3.0.21.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Animus 3.0.21
Changes
Redesigned Enhancement Ritual: Dynamic Enchantment Boosting
The Imperfect Ritual of Enhancement has been completely redesigned to prevent an exploit where boosted enchantment levels could be extracted via grindstone or disenchanting and then re-applied indefinitely.
How it works now:
- The ritual marks the item as Blood Enhanced without modifying the actual enchantment data
- A +1 level boost is applied dynamically at query time via Mixin, affecting both individual level checks and aggregate calculations (damage bonus, protection, etc.)
- Tooltip displays boosted enchantment names and a purple "Blood Enhanced (+1)" indicator
- Stripping enchantments (grindstone, disenchanting) yields only the base enchantment levels — the boost cannot be extracted
- The Blood Enhanced mark persists on the item and will boost any new enchantments applied to it
Ritual of Reduction changes:
- Now only removes the Blood Enhanced mark from an item
- No longer downgrades enchantment levels — enchantments simply return to their base values
- Only works on items that have the Blood Enhanced mark
Ritual of Unmaking changes:
- No longer skips Blood Enhanced items — they can be processed normally
- Extracted enchantment books contain base (unboosted) levels
- Removed the
unmakingDisallowEnhancedconfig check (no longer needed)
Admin Command Suite (/animus)
Added a full /animus command tree for server operators (permission level 2+) to assist with debugging and testing Blood Magic systems.
LP Commands:
/animus getlp- Display your current Soul Network LP/animus setlp <amount>- Set your Soul Network LP to a specific value
Demon Will Commands:
/animus fillwill <type>- Fill the current chunk with demon will of the specified type (up to 100)- Supports all 5 will types:
default,corrosive,destructive,vengeful,steadfast - Includes tab-completion for will type arguments
- Supports all 5 will types:
Tartaric Gem Commands:
/animus gemtype <type>- Change the demon will type of the held tartaric gem (preserves will amount)/animus fillgem- Fill the held tartaric gem to its maximum capacity
Updated Documentation
- Updated Patchouli guide entries for Enhancement, Reduction, and Unmaking rituals
- Updated JEI descriptions for Enhancement and Reduction rituals
- Added Patchouli guide entry documenting all admin commands

