Skip to content

Repository files navigation

Forge Finder


About

Forge Finder is a pathfinding library made specifically for forge 1.8.9. It is a tool hypixel skyblock macro/mod developers can use to seemingly create paths from a point to another point in minecraft. Additionally, this library also has a built-in path executer that can be used the efficiently traverse the path that has been created by the initial pathfinding process.

Why use this?

This library is specifically made for use in the hypixel skyblock, offering solutions to pathfinding problems such as finding the best possible wide space to go through. Additionally, the pathfinding is built with specific features suited for hypixel skyblock such as the bezier's curves and world caching perfect for navigating the crystal hollows.


Getting Started

If you are using forge for development

  1. Install jitpack by adding the following to your build.gradle file:

    repositories { maven { url 'https://jitpack.io' } }

  2. Add the following to your build.gradle file:

!! NOTHING HERE FOR NOW !!

If you are using ChatTriggers for development

  1. Download the mod and place it in the "mods" folder. <-- this might be re-worked with dynamic downloading from ChatTriggers
  2. Download the dedicated ChatTriggers folder specifically for this mod.

!! more to come !!


FAQ

What is the pathexecuter?

The pathexecuter is a built-in path executer that can be used to traverse the path that has been created by the initial pathfinding process.

Is this mod detectable by WatchDog?

For the time being, the **pathexecuter** is detectable **(NOTE: IF YOU JUST WANT TO PATHFIND FROM POINT A TO POINT B, THIS MOD IS NOT DETECTABLE)**! In the future, features will be added for the path executer to be more WatchDog compatible but for now it is what it is.

Does this mod support mining / only walking?

Yes! you can select both the only walking and only mining modes.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages