Support for 1.21.5
- Contains all the features up to 1.21.4-1.5.0
- Updated some methods that have changed since 1.21.4
- Minor improvements
All Changes
Support for 1.21.5
- Contains all the features up to 1.21.4-1.5.0
- Updated some methods that have changed since 1.21.4
- Minor improvements
All Changes
Support for 1.21.4
- Contains all the features up to 1.21.1-1.5.0
- Updated some methods that have changed since 1.21.1
All Changes
Support for 1.21.4
- Contains all the features up to 1.21.1-1.5.0
- Updated some methods that have changed since 1.21.1
All Changes
- The command /locate biome is asynchronous!
- Support locating strongholds from mods that replace the vanilla stronghold
All Changes
- The command /locate biome is asynchronous!
- Support locating strongholds from mods that replace the vanilla stronghold
All Changes
- Validate invalid config values and set limits
- Avoid shutdown crash and improves lazy initialization
- Minor fix to be compatible with merchant offer create by another mods.
- Related to this issue
All Changes
- Commit with the fix
- Full Changelog
- Validate invalid config values and set limits
- Avoid shutdown crash and improves lazy initialization
- Minor fix to be compatible with merchant offer create by another mods.
- Related to this issue
All Changes
- Commit with the fix
- Full Changelog
First Release for NeoForge
- Migrated all the code from Forge to NeoForge
All Changes
-
Commit all code migrated
-
Full Changelog (all commits since 1.4.1)
- Some minor fixes and improvements
Improvements to ensure proper compatibility with NeoForge
All Changes
- Full Changelog (all commits since 1.4.1)
First stable version of the mod
- Many improvements added
All Changes
- Delete unnecesary code (i forgot to delete it before commit the port) Commit
- Improvements and fixes:
- EnderEyeItemLogic.java: If for some reason the eye of ender is removed/unloaded before processing locateAsync results, it will skip the update. Commit
- ExplorationMapFunctionLogic.java: Added a maximum of 3MB of cache saved to MAP_NAME_CACHE, cache entries still expire after 5 minutes. Commit
- DolphinSwimToTreasureGoalMixin.java: Added priority = 800 to not break other mods. Simplified return in redirectGetTreasurePos method. Commit
- CommonLogic.java: Better and efficient way for cleanup map data. Commit
- ExplorationMapFunctionMixin.java: Use the new way to cleanup map data. Commit
- LocateCommandMixin.java: Now commands blocks and functions can use the async function in /locate command. Returns succesful value (1). Commit
- AsyncLocator.java: Executor is lazily initialized if locate is called before setup. Changed LOCATING_EXECUTOR_SERVICE to be volatile. Now AtomicInteger POOL_COUNTER only name executor pools. Increased shutdown time from 2 to 5 seconds for safer termination. Commit
- Stupid things added:
First version of Async Locator Refined.
A port of the original mod



