Tags
Creators
Details
Licensed MIT
Published 10 months ago
All versions
1.21.1-1.4.1
Release
v1.4.1 Fabric 1.21.110 months ago 81
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
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:
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:LUIHK4LD:moD2inU2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LUIHK4LD:moD2inU2"
}

