All versions
4.0.0
Release
AR1 Backup 4.0.02 months ago 38
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
What's New in v4.0.0
- Backup Restore Command (
/backup restore <filename> [targetName]):- Restore any previous backup with automatic structure detection (wrapped/unwrapped).
- The restored world gets a localized suffix (e.g.,
_RESTORED,_ВОССТАНОВЛЕННЫЙ). - After a successful restore, the mod advises you to exit and re‑enter the world to fully apply changes – no more lost inventory or player data.
- Pre‑backup World Save:
Thestartcommand now forces a full world save and waits briefly before archiving, guaranteeing that all inventory, spawn, and chunk data are included in the backup. - Improved Command Completion:
File suggestions forrestoreare sorted by modification date (newest first), and the argument now accepts filenames with spaces (greedy string). - Localized Messages with Fallback:
All chat messages now use translation keys. In-game messages are properly localized; clients without the mod see the English text instead of raw translation keys. - Backup File Naming:
World names are sanitized (spaces/special chars replaced with underscores) to ensure smooth command autocomplete. - Minor Bug Fixes & Code Cleanup
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:jd3bF4RU:rrZpiLCo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jd3bF4RU:rrZpiLCo"
}

