Tags
Creators
Details
All versions
1.0.1
Release
Memory Leak 1.0.12 months ago 391
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Changes
Memory Leak — Changelog
[1.0.1] — 2026-06-21
Multiplayer
- Reworked events to be properly multiplayer-aware. Events now run for each player independently instead of focusing on a single one.
- Fixed rare cases where an event could trigger in the wrong place relative to other players. Events now keep their distance from bystanders.
Performance & Stability
- Fixed long hangs (and an occasional freeze) when leaving a world.
- Faster world loading when entering a world.
Fixes
- New worlds now start fresh instead of carrying over state from a previous world.
- Fixed the player occasionally being placed in an unsafe spot when entering a world. Spawning is now back to normal, safe behavior.
Notes
- This is a maintenance release focused on multiplayer support, performance, and stability. No content was removed.
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:yaH5IMDs:ssO6ESVM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yaH5IMDs:ssO6ESVM"
}

