AURA - Shield Library

Quick rating

Community listing page, reviews here may not be monitored by the author.

AURA - Shield Library

By Eldrithc_Owner

No reviews yet

AURA is a datapack library for managing custom absorption based shields with independent IDs, durations, and stacking behavior.

API/Library
Mod Loaders
Datapack
Minecraft
26.2

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.1

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

A.U.R.A. — Absorption-based Universal Reinforcement Architecture

AURA is a datapack library for managing custom absorption shields with independent IDs, durations, and stacking behavior.

How it works

Each shield accepts the following parameters:

  • time — duration in ticks
  • amount — shield strength (1 heart = 2)
  • shieldId — unique identifier for this shield. If a new shield is applied with the same shieldId, it replaces the existing one — regardless of which one is stronger or how much time is left.
  • distance — range in blocks. Only used by on_block and around_entity.

:warning: If a player has the immune2shield tag, no shield will affect them, regardless of the function used.

Functions

function aura:use_shield/on_player {time:<time>,amount:<amount>,shieldId:<shieldId>}

Must be run on an entity, otherwise it has no effect.

function aura:use_shield/on_block {time:<time>,amount:<amount>,shieldId:<shieldId>,distance:<distance>}

Must be run with execute at or execute positioned.

function aura:use_shield/around_entity {time:<time>,amount:<amount>,shieldId:<shieldId>,distance:<distance>}

Similar to on_block, but must be run on an entity. Does not require execute at.

Example

Applying a shield of 5 (2.5 hearts), then a shield of 3 (1.5 hearts) with a different shieldId stacks both — giving a total of 4 hearts of absorption.

Taking 1 heart of damage leaves 3 hearts remaining. Once the 5 shield expires, only the 3 shield (unaffected) remains.

https://github.com/user-attachments/assets/000aebe3-29a5-4402-b340-47d6985c77f1


Installation

  1. Copy the AURA folder into your world's datapacks/ directory (e.g. saves/<World Name>/datapacks/AURA).
  2. Run /reload in-game, or restart the world.
  3. You should see Shield Library Reloaded! in chat once it's loaded.

For a general walkthrough on installing data packs, see the Minecraft Wiki tutorial.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works