Calculating intersection of the 2 directions
May help with finding ender portals
To build endportal finder
you need to have JDK 17 installed
- Download
endportal finder
source code by clickingCode -> Download ZIP
on the main page - Extract the source code somewhere and open cmd (on Windows) or Terminal
- Execute
gradlew build
(if you're on Windows) orchmod +x ./gradlew && ./gradlew build
(if you're on Linux) and wait until the building process finishes - After that you should have a file called
endportal-finder-VERSION.jar
inside<endportal finder src>/build/libs
folder - Use it anywhere you need
You can download stable prebuilt JARs from the releases page
To launch endportal finder
you need to have Fabric 1.20.1+
- Download the latest Fabric for
1.20.1+
- Download the mod and put into mods folder
- Start the game
To use endportal finder
you need to use REGISTER_POS
keybind to register the 2 directions and calculate their intersection and RESET_POS
keybind to reset them
REGISTER_POS
is G
by default
RESET_POS
is H
by default
- Get on the place of the first direction
- Press
REGISTER_POS
to register this direction - Repeat 1-3 points for the second direction
- Press
REGISTER_POS
to calculate their intersection - Press
RESET_POS
if you need to remove the tracer