TheTrackers

Quick rating

TheTrackers

No reviews yet

A projector mod that point where the entity is

API/Library
Mod Loaders
Forge
NeoForge
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
GNU Lesser General Public License v3.0 only
Latest Version
the_trackers-1.20.1-0.2.6.jar
Authors
CurseForge
Modrinth

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

Mod Introduction

This mod provides multiple types of entity-tracking cursors (two available, one planned), assisting players in locating targets. It also serves as a specialized HUD library.

When you're facing mobs flying chaotically across the screen or clipping through walls, you'll need this. (Vex: huh?)

By default, the mod includes tracking cursors for the Ender Dragon and Wither, as well as boss pointers integrated with Confluence: Otherworld.

Do not load this mod together with Confluence: Otherworld, as it is already built into Confluence: Otherworld.

The mod is a submodule in Confluence: Otherworld, but it can also be played standalone as a util mod.

Users can configure the mod (via config file or in-game GUI) with the following options:

  1. Enable/Disable: Toggle the tracking functionality.
  2. Cursor Size: Adjust the relative global size of cursors. Default: 0.6.
  3. Max Tracking Count: Limit the number of tracked entities to prevent excessive clutter. Only the nearest n entities will be shown. Default: 10, maximum: 400.
  4. Central Surround Cursor Toggle: One of the most commonly used cursor types. See details below.
  5. Projection Algorithm: Choose the projection used in central surround mode. Aitoff generally performs best, so switching is not recommended.
  6. Direct Projection Cursor Toggle: A more common quest-marker style seen in other games. See details below.
  7. Longitude Axis Toggle: A pre-assigned third cursor type, not yet developed. Currently non-functional.
  8. Tracking List: A list where each entry corresponds to an EntityType + Cursor. You can specify which entity types to track and which cursor style to use. See configuration details below.

Tracking Details

Currently, tracking is limited to the following range: x: ±64 blocks, y: +64 / -48 blocks, z: ±64 blocks

Central Surround Cursor (TRelativeCursor)

This completed mode creates HUD pointers circling the center to indicate entity direction.

Old version 0.0.3 (ignore Vpet): show1

New version 0.2.5: show2

It’s clear that these pointers indicate "which way to turn to see the entity" rather than "where the entity is in the world."

The cursor's distance from the center reflects how much you need to rotate your view. When the entity's direction nearly overlaps with your view, the cursor fades out. (In the old image, the green pointer indicates a nearby Enderman.)

Three projection algorithms are available: Mercator, Aitoff, and Winkel Tripel. Tests show little visual difference, but Aitoff performs best, so the others are not recommended.

Some may wonder about using vanilla matrices for 2D-to-3D direction, but research suggests a slight curved offset produces a more useful effect.

Direct Projection Cursor (TDirectProjCursor)

show3

This screenshot was taken while developing Confluence: Otherworld's Mining Potion. The ore markers are implemented via this mod.

This mode directly overlays the cursor onto the target entity (not a world marker, but a true 2D overlay).

Variants include a single portrait-style marker and three icons circling the target. There are also Easter eggs!

Configuring the Mod

In-game, you can create a central surround cursor with the following format:

<modid:entity_type>|<cursor_arrow_type>|<cursor_icon_type>

Example: the default Ender Dragon cursor is configured as:

minecraft:ender_dragon|normal|ender_dragon_head

For direct projection cursors, configuration is more complex and experimental. Format:

<modid:entity_type>|<cursor_type>:<cursor_icon_type>(|easter_eggs_type)

Available Cursor Arrows

normal, normal_red, normal_green, normal_white

normal is the updated arrow shown in the new screenshots, artwork by LazyPillow.

Available Icons

  • Vanilla-based: ender_dragon_head, wither_head.
  • Confluence: Otherworld: king_slime, eye_of_cthulhu, brain_of_cthulhu, queen_bee, eater_of_worlds, skeletron, deerclops, wall_of_flesh.

These icons can be used without requiring Confluence: Otherworld as a dependency.

If you set a field to none, that part of the cursor will not display.

You can also add new textures via resource packs, as long as they share the same directory as this mod’s assets. As long as names don’t conflict, they can be referenced directly.

Note: For visual optimization, entities derived from PartEntity (e.g., Ender Dragon’s wings and tail) will not be tracked.

Tip

Many tracking features are already complete and deployed in Confluence: Otherworld. However, configuration and usage may still have imperfections. Feedback is welcome!

Notes

Join the Confluence: Otherworld Discord to support the author.

If you are a mod developer, check the GitPage documentation for more details(Chinese only).

Mod Introduction

This mod provides multiple types of entity-tracking cursors (two available, one planned), assisting players in locating targets. It also serves as a specialized HUD library.

When you're facing mobs flying chaotically across the screen or clipping through walls, you'll need this. (Vex: huh?)

By default, the mod includes tracking cursors for the Ender Dragon and Wither, as well as boss pointers integrated with Confluence: Otherworld.

Do not load this mod together with Confluence: Otherworld, as it is already built into Confluence: Otherworld.

The mod is a submodule in Confluence: Otherworld, but it can also be played standalone as a util mod.

Users can configure the mod (via config file or in-game GUI) with the following options:

  1. Enable/Disable: Toggle the tracking functionality.
  2. Cursor Size: Adjust the relative global size of cursors. Default: 0.6.
  3. Max Tracking Count: Limit the number of tracked entities to prevent excessive clutter. Only the nearest n entities will be shown. Default: 10, maximum: 400.
  4. Central Surround Cursor Toggle: One of the most commonly used cursor types. See details below.
  5. Projection Algorithm: Choose the projection used in central surround mode. Aitoff generally performs best, so switching is not recommended.
  6. Direct Projection Cursor Toggle: A more common quest-marker style seen in other games. See details below.
  7. Longitude Axis Toggle: A pre-assigned third cursor type, not yet developed. Currently non-functional.
  8. Tracking List: A list where each entry corresponds to an EntityType + Cursor. You can specify which entity types to track and which cursor style to use. See configuration details below.

Tracking Details

Currently, tracking is limited to the following range: x: ±64 blocks, y: +64 / -48 blocks, z: ±64 blocks

Central Surround Cursor (TRelativeCursor)

This completed mode creates HUD pointers circling the center to indicate entity direction.

Old version 0.0.3 (ignore Vpet): show1

New version 0.2.5: show2

It’s clear that these pointers indicate "which way to turn to see the entity" rather than "where the entity is in the world."

The cursor's distance from the center reflects how much you need to rotate your view. When the entity's direction nearly overlaps with your view, the cursor fades out. (In the old image, the green pointer indicates a nearby Enderman.)

Three projection algorithms are available: Mercator, Aitoff, and Winkel Tripel. Tests show little visual difference, but Aitoff performs best, so the others are not recommended.

Some may wonder about using vanilla matrices for 2D-to-3D direction, but research suggests a slight curved offset produces a more useful effect.

Direct Projection Cursor (TDirectProjCursor)

show3

This screenshot was taken while developing Confluence: Otherworld's Mining Potion. The ore markers are implemented via this mod.

This mode directly overlays the cursor onto the target entity (not a world marker, but a true 2D overlay).

Variants include a single portrait-style marker and three icons circling the target. There are also Easter eggs!

Configuring the Mod

In-game, you can create a central surround cursor with the following format:

<modid:entity_type>|<cursor_arrow_type>|<cursor_icon_type>

Example: the default Ender Dragon cursor is configured as:

minecraft:ender_dragon|normal|ender_dragon_head

For direct projection cursors, configuration is more complex and experimental. Format:

<modid:entity_type>|<cursor_type>:<cursor_icon_type>(|easter_eggs_type)

Available Cursor Arrows

normal, normal_red, normal_green, normal_white

normal is the updated arrow shown in the new screenshots, artwork by LazyPillow.

Available Icons

  • Vanilla-based: ender_dragon_head, wither_head.
  • Confluence: Otherworld: king_slime, eye_of_cthulhu, brain_of_cthulhu, queen_bee, eater_of_worlds, skeletron, deerclops, wall_of_flesh.

These icons can be used without requiring Confluence: Otherworld as a dependency.

If you set a field to none, that part of the cursor will not display.

You can also add new textures via resource packs, as long as they share the same directory as this mod’s assets. As long as names don’t conflict, they can be referenced directly.

Note: For visual optimization, entities derived from PartEntity (e.g., Ender Dragon’s wings and tail) will not be tracked.

Tip

Many tracking features are already complete and deployed in Confluence: Otherworld. However, configuration and usage may still have imperfections. Feedback is welcome!

Notes

Join the Confluence: Otherworld Discord to support the author.

If you are a mod developer, check the GitPage documentation for more details(Chinese only).

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
Total Downloads
CurseForge
<1,000
Modrinth
<1,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