Afterimages

Quick rating

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

Afterimages

By evanbonesOwner

No reviews yet

A lightweight, data-driven mod that adds visual afterimage trails to entities!

Mod Loaders
Forge
NeoForge
Fabric
Minecraft

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

Compatibility

Supported Environments

Where It Runs
Client Only

Runs entirely on the client. Works on vanilla servers.

About

Project Details

Type
Mod
License
MIT License
Latest Version
Afterimages Forge 1.20.1 - 1.2.0

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

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Afterimages logo

A lightweight, data-driven mod that adds visual afterimage trails to entities. You can configure which entities have afterimages, how they look, and when they appear—entirely through Resource Packs.

Features

  • Data-Driven: Every aspect of the afterimage (duration, color, triggers) is controlled via JSON files.
  • Mod Compatible: Built-in support for Combat Roll and other mods in the future, upon request.

Global Configuration

This mod uses Cloth Config for global settings. You can access the config menu via Mod Menu (on Fabric) or the configured keybind.

Option Default Description
Step Size 0.25 Controls the density of the afterimage trail. Lower values (e.g. 0.1) create smoother, connected trails but may impact performance. Higher values create distinct "snapshots".

Entity Configuration

To add an afterimage to an entity, create a JSON file in your resource pack at: assets/<namespace>/afterimages/entities/<entity_name>.json

Example: Standard Arrow Trail

assets/example/afterimages/entities/arrow.json

{
  "entity": "minecraft:arrow",
  "speed_threshold": 0.5,
  "duration": 5,
  "color": "0xFFFFFF",
  "start_alpha": 0.6
}

Example: Combat Roll Exclusive

assets/example/afterimages/entities/player.json

{
  "entity": "minecraft:player",
  "combat_roll_only": true,
  "duration": 15,
  "start_alpha": 0.8
}

Configuration Fields

Field Type Default Description
entity String Filename The entity ID (e.g. minecraft:ender_pearl). If omitted, the mod tries to guess based on the JSON filename.
speed_threshold Double 0.5 The minimum speed (blocks/tick) required to trigger the effect. Ignored if combat_roll_only is true.
duration Integer 10 How long the afterimage trail lasts in ticks.
color Hex String "0xFFFFFF" A hex color code to tint the afterimage.
start_alpha Float 0.5 The opacity of the afterimage when it first appears (0.0 to 1.0).
overlay_only Boolean false If true, the afterimage will render only the overlay layer (e.g., skin outer layer, armor glint). Useful for ghost-like effects.
combat_roll_only Boolean false If true, afterimages will only appear when the entity is performing a Combat Roll (requires the Combat Roll mod).

Mod Integration

Combat Roll

Afterimages has native support for the Combat Roll mod.

  • Usage: Set "combat_roll_only": true in your player configuration file to make trails appear exclusively during a roll dodge.

License

This project is licensed under the MIT License.


discord-plural github-plural

Afterimages logo

A lightweight, data-driven mod that adds visual afterimage trails to entities! You can configure which entities have afterimages, how they look, and when they appear—entirely through Resource Packs.

Features

  • Data-Driven: Every aspect of the afterimage (duration, color, triggers) is controlled via JSON files.
  • Mod Compatible: Built-in support for Combat Roll and other mods in the future, upon request.

Global Configuration

This mod uses Cloth Config for global settings. You can access the config menu via Mod Menu (on Fabric) or the configured keybind.

Option Default Description
Step Size 0.25 Controls the density of the afterimage trail. Lower values (e.g. 0.1) create smoother, connected trails but may impact performance. Higher values create distinct "snapshots".

Entity Configuration

To add an afterimage to an entity, create a JSON file in your resource pack at: assets/<namespace>/afterimages/entities/<entity_name>.json

Example: Standard Arrow Trail

assets/example/afterimages/entities/arrow.json

{
  "entity": "minecraft:arrow",
  "speed_threshold": 0.5,
  "duration": 5,
  "color": "0xFFFFFF",
  "start_alpha": 0.6
}

Example: Combat Roll Exclusive

assets/example/afterimages/entities/player.json

{
  "entity": "minecraft:player",
  "combat_roll_only": true,
  "duration": 15,
  "start_alpha": 0.8
}

Configuration Fields

Field Type Default Description
entity String Filename The entity ID (e.g. minecraft:ender_pearl). If omitted, the mod tries to guess based on the JSON filename.
speed_threshold Double 0.5 The minimum speed (blocks/tick) required to trigger the effect. Ignored if combat_roll_only is true.
duration Integer 10 How long the afterimage trail lasts in ticks.
color Hex String "0xFFFFFF" A hex color code to tint the afterimage.
start_alpha Float 0.5 The opacity of the afterimage when it first appears (0.0 to 1.0).
overlay_only Boolean false If true, the afterimage will render only the overlay layer (e.g., skin outer layer, armor glint). Useful for ghost-like effects.
combat_roll_only Boolean false If true, afterimages will only appear when the entity is performing a Combat Roll (requires the Combat Roll mod).

Mod Integration

Combat Roll

Afterimages has native support for the Combat Roll mod.

  • Usage: Set "combat_roll_only": true in your player configuration file to make trails appear exclusively during a roll dodge.

License

This project is licensed under the MIT License.

Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.

Screenshots

Gallery

  • Combat Roll integration
    Combat Roll integration Explicit support for Combat Roll!
  • Projectiles
    Projectiles Works super well with projectiles!
  • Overlay only
    Overlay only Make endermen scary again!
  • Combat Roll Integration
    Combat Roll Integration Works seamlessly with Combat Roll!
  • Projectiles
    Projectiles Also works with any projectiles!
  • Overlay Only
    Overlay Only Make endermen scary again!

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

~26,000
Total Downloads
CurseForge
~21,000
Modrinth
~4,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
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