
mana unification
Mod that provides a unified mana system for magic mods. Instead of having separate mana pools for each magic mod, Mana Unification creates a single, shared...
10—FreeneoforgeBoth1.21.1mod
Mana Unification
What This Mod Does
Mana Unification creates a single, shared mana pool that works across multiple magic mods. Instead of having separate mana bars for each mod, you get one unified mana resource that all supported mods can use together.
Features
- Unified Mana Pool - One mana bar instead of multiple separate ones
- Natural Regeneration - Mana slowly regenerates over time (configurable)
- Server Commands - Admins can view and modify player mana
- API for Mod Integration - Other mods can tap into the shared mana system
How to Use
For Players
- Type
/manato see your current mana and maximum mana - Your mana regenerates automatically over time
- When using spells from supported mods, they'll draw from your unified mana pool
For Server Admins
/mana set <amount>- Set your mana to a specific value/mana set <amount> <player>- Set another player's mana/mana add <amount>- Add mana to yourself/mana add <amount> <player>- Add mana to another player/mana fill- Fill your mana to maximum/mana fill <player>- Fill another player's mana/mana max <amount>- Set your maximum mana capacity/mana max <amount> <player>- Set another player's maximum mana
Configuration
Edit the config file in your server's config folder to adjust:
- Starting mana for new players (default: 100)
- Maximum mana capacity (default: 100)
- Mana regeneration rate per second (default: 1)
- Whether to keep mana on death (default: true)
- Enable/disable commands (default: enabled)
Supported Mods
This mod provides an API that other mods can use. The goal is to support:
- Ars Nouveau
- Iron's Spells 'n Spellbooks
When these mods are installed alongside Mana Unification, they can use the shared mana pool instead of their own separate systems.
Tips
- Increase your max mana with
/mana maxto cast more powerful spells - Higher regeneration rates mean less waiting between fights
- Use
/mana fillbefore big boss fights to start at full power