Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 2 weeks ago
Updated 6 days ago
All versions
1.3.0+26.3
Release
1.3.0+26.3 (Fabric)6 days ago 40
Compatibility
Minecraft: Java Edition
26.3
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
Added
- Support for Minecraft 26.3.
- Support for Minecraft 1.10.2, on Forge.
- The download report names what a partial download lost.
- Minecraft 1.11.2-1.15.2: the "..." button beside Download This World shows its "Settings" label on hover.
Fixed
- A download ended by an unexpected disconnect is far less likely to lose your inventory, game mode, advancements, and spawn point.
- A download that could not save your character reports as partial instead of completed.
- A failure while recording the server's details no longer costs you the whole download.
- Resuming a download no longer loses the trades an earlier session saved for a villager that has moved since.
- For downloads made or resumed with this version, dying in the downloaded world respawns you where the download stopped.
- Minecraft 1.11.2-1.21.8: a download stopped in the Nether or the End brings you back in the overworld at those coordinates when you die.
- Minecraft 1.11.2-1.21.11: a download that ends before it can save your character no longer erases the one an earlier download saved.
- Minecraft 1.12.2 and above: a download that ends before it can save your advancements no longer erases the ones an earlier download saved.
- Minecraft 1.16.5 and above: downloads from a server joined by direct connect no longer come out empty.
- Minecraft 1.11.2-1.20.4: a saved donkey, mule, or llama chest no longer loses the items in its first two slots and shifts the rest two slots out of place.
- Minecraft 1.11.2, 1.12.2, and 1.15.2-1.20.2 on Forge: leaving the server before a download has finished saving no longer turns some of its blocks into air.
- Minecraft 1.11.2-1.20.6: a villager you never traded with is no longer saved with a made-up trade list.
- Minecraft 1.11.2-1.13.2: a download no longer loses your character when you disconnect, are kicked, or lose the connection.
- Minecraft 26.1.2 and 26.2: resuming a download a disconnect interrupted keeps your ender chest and your mount.
- Minecraft 1.16.5 and above: a tamed cat, wolf, or parrot that was sitting stays sitting in the downloaded world instead of standing up and coming to you.
- Minecraft 26.1.2 and 26.2: downloading two worlds around the same time no longer leaves one of them incomplete (missing level.dat) and absent from your singleplayer world list.
- Minecraft 1.17.1-1.21.4: the first click on a Settings choice such as Keep Chunks Current no longer jumps to the second option in its list (Everywhere went to Nearby instead of Off).
- Minecraft 1.13.2 on Forge: a download ended while you are in the Nether no longer loses your inventory, ender chest, position, and game mode.
Reproducibility record: 1.3.0+26.3
- Build JDK (compile toolchain): Eclipse Temurin 25.0.4.1+1-LTS (Java 25)
- Reference OS: Linux (X64), GitHub-hosted ubuntu-latest
- archive-wdl-fabric-1.3.0+26.3.jar SHA-256: 44932f81758b5fe8841b116f7ad84a6c2cf23ae76e7bd2302959503438df1695
- archive-wdl-neoforge-1.3.0+26.3.jar SHA-256: cf601fe44312d0dbeb9897e56dbb72816452ad7093f42bcfb985323fab0559b7
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:x6JOJ1sf:9ZZdIhxq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x6JOJ1sf:9ZZdIhxq"
}

