ETTA

Quick rating

ETTA

No reviews yet

Event-Triggered Texture Animations

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
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

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
SU
Authors

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

ETTA — Event-Triggered Texture Animation

Dynamic, reactive texture animations for Minecraft

ETTA is a Fabric mod that allows resource packs to animate item, block, and UI textures based on real gameplay events — health, combat, movement, time, weather, and more.

No resource reloads. No hacks. Just smooth, event-driven animations.


✨ Features

  • Event-Based Animations Textures react to player health, combat, movement, environment, and game state.

  • Simple Text Format (.mcmetax) Human-readable animation definitions with conditions and expressions.

  • High Performance Efficient texture updates without triggering resource reload screens.

  • Vanilla Compatible Fully compatible with standard .mcmeta animations.


👀 Example

Totem of Undying — pulses faster when health is low:

[animation]
frametime: 2

[fallback]
frame: 0

[segment: critical]
frames: 10-15
priority: 200
frametime: 1
when: health <= 2

[segment: low]
frames: 5-9
priority: 100
when: health <= 5

[segment: idle]
frames: 0-4
priority: 10

📦 Resource Pack Structure

assets/minecraft/textures/item/
└── totem_of_undying.etta/
    ├── totem_of_undying.mcmetax
    └── frames/
        ├── 0.png
        ├── 1.png
        └── ...

Just enable the resource pack — ETTA handles the rest.


Conditions & Events

ETTA supports 40+ built-in events, including:

  • player_attacking
  • player_sprinting
  • hurt_recently
  • player_on_fire
  • player_in_water
  • daytime / nighttime
  • raining

Plus math, randomness, biome checks, potion effects, and more:

when: random() < 0.1
when: holding_item("sword")
when: has_effect("regeneration")

Controls

  • F8 — Toggle debug overlay

Requirements

  • Minecraft 1.21.8
  • Fabric Loader
  • Fabric API
  • Fabric Language Kotlin

Known Issues

  • Some texture atlas edge cases are unsupported
  • Debug overlay has minor rendering issues

🙏 Credits

Huge thanks to BasiqueEvangelist and the ScaldingHot mod.

ETTA relies on the runtime texture-switching technique introduced there — making all of this possible without resource reload screens.


Why Use ETTA?

If you want alive, reactive textures that respond to gameplay — ETTA is the missing link between logic and visuals.


Report bugs or request features via the Issues tab 🎨 Showcase your creations with #ETTAAnimations

Made with ❤️ for the Minecraft community

Screenshots

Gallery

  • my totem animation made with etta
    my totem animation made with etta

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