
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...
Downloads
16
Remixes
0
Price
Free
neoforge · Both · 1.21.1 · mod
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
MultiFrameGen
a mod that optimizes rendering so the FPS is boosted using motion based frame generation that interpolates, add a reflex so that the latency and delay is low...
Amecs-NeoForge
Add redefinable keybindings with modifier keys; search bar on the Controls screen; non-blocking keybindings to allow multiple bindings per key; combo...
Speedrunner vs Hunter AI
Create a Minecraft mod "Speedrunner vs Hunter": hostile Hunters with roles (MELEE, ARCHER, BUILDER, TANK), adaptive AI, teleport, bridge building, TNT,...
betterenchants
A mod that makes the enchant cap the integer limit as well as being able to add any combination of enchants together.
the king in yellow
theres an entity called "the king in yellow" going after the player. The king in yellow is a tall figure, covered in yellow robes and a blurred face. If the...
dupe
package com.example.dupemod; import net.minecraft.client.Minecraft; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.item.ItemStack;...