Skip to content

A clientside Minecraft mod that allows you to select entity types to outline, making them visible through obstructions at any distance.

License

Notifications You must be signed in to change notification settings

adamviola/EntityOutliner

Repository files navigation

Entity Outliner

Entity Outliner is a clientside mod that allows you to select entity types to outline, making them visible through obstructions at any distance.

Why Use It?

This mod will help with:

Finding passive mobs

by outlining them.

Image of outlined bees

Finding unlit caves

by outlining zombies, creepers, skeletons, and spiders.

Gif showing how outlining monsters can reveal unlit caves

Fighting other players

by outlining players.

Image of outlined players

Finding your death location

by outlining items and experience orbs.

Image of outlined items/xp orbs of death location

Wither skeleton skull hunting

by outlining wither skeletons

Image of outlined wither skeletons

Finding mineshafts

by outlining cave spiders and minecarts with chests.

Image of outlined chest minecarts

And many more!

Features

Entity Selector

GIF demonstrating use of the entity selector screen

This screen allows outlining of any entity in the game. There's a search bar for narrowing down entities and buttons to organize the results by entity category, deselect all entities, and toggle on/off the outlines. Entities added by other mods do appear in the results.

For the technically inclined, the search works using a precomputed hashtable that maps a string prefix to a corresponding list of results. The lists of results are computed for all prefixes that correspond at least one entity type.

Controls for toggling the outlines and opening the selector

Image of the keybind selector for toggling the outlines and selector screen

Custom keybinds are provided to open the entity selector and toggle the outline. The outline can also be toggled via a button inside the entity selector.

Installation

  1. Install Fabric
  2. Drop the Fabric API jar into the mods folder
  3. Drop the Entity Outliner jar into the mods folder

Compatibility

Works with MobZ. Let me know if you find any compatibility issues.

License

MIT. Feel free to use this mod in any modpack.

About

A clientside Minecraft mod that allows you to select entity types to outline, making them visible through obstructions at any distance.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages