Changes the searching of features to be asynchronous to mitigate associated lag
Check out Alvaro842DEV's port for 1.21+
Modifies vanilla behaviour when locating features to run asynchronously, mitigating associated lag.
This is currently implemented for:
This mod is only required to be installed server side! So clients only need this installed if they want it for single player.
This alone only works for vanilla (see list above). Other mods may need to implement usage of this mod themselves to make use of the async functionality.
Mods that affect vanilla's structure locating features may impact Async Locator's functionality.
Right now, the list below states other mods that I'm aware of:
Other mods can also use Async Locators as a dependency to implement the asynchronous locating into their own code.
To do so, please use CurseMaven or Modrinth Maven to add this mod to your build.gradle, and then make use of the AsyncLocator class and/or logic classes.
Conversation