Description
๐ฎ End Finder
End Finder is a 100% client-side mod for Minecraft Forge that allows you to accurately estimate the location of an End Portal using an advanced triangulation system based on the real movement of Eyes of Ender.
All calculations are done locally on the client, with no server interaction.
โจ Features
- ๐ Configurable keybind to record measurements
- ๐๏ธ Precise detection of Eye of Ender throws
- ๐ Real angle calculation using actual entity movement
- ๐ Records two different positions
- ๐ Mathematical triangulation to estimate the End Portal location
- ๐ฌ Action Bar messages for real-time feedback
- ๐ป Client-side commands only
- ๐ซ No packets sent to the server
๐ฎ How to Use
1๏ธโฃ Record the first position
- Stand in an open area
- Hold the configured key (default: G)
- Throw an Eye of Ender
- You will see:
1st coordinate registered
2๏ธโฃ Record the second position
- Move to a different location (important for accuracy)
- Repeat the same process
- The second measurement will be recorded
โ ๏ธ Once two positions are recorded, further attempts will require a reset.
โจ๏ธ Client Commands
/endfinder
Displays:
- First position (coordinates + angle)
- Second position (coordinates + angle)
- Final estimated End Portal position (X / Z)
/endfinder reset
- Clears recorded data
- Allows you to perform a new triangulation
๐ How Does the Triangulation Work?
The mod:
- Observes the real movement of the Eye of Ender after it spawns
- Computes an accurate direction vector
- Projects two rays from two different player positions
- Calculates their intersection point on the X/Z plane
This method is more accurate than using the playerโs rotation.
๐งฉ Compatibility
- โ Minecraft Forge
- โ Client-side mod
- โ Supported versions:
- 1.16.1-5
โ ๏ธ Works on all servers, including vanilla, since it does not interact with the server.
๐ ๏ธ Configuration
- Keybind is fully configurable in Minecraft controls
- No config files required
๐ Notes
- Developed by Nonolbc1
- Does not modify server gameplay
Happy End hunting ๐


