All versions
5.2.0
Release
AR1 Backup 5.2.03 days ago 8
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
Changelog for Version 5.2.0
- Added a hotkey (F7) for manual backup creation (rebindable in the standard Controls menu).
- Added system information to the settings screen (Info tab):
- CPU model
- Physical cores
- Logical threads
- OS version
- Java version
Data is collected once at game startup and cached for the entire session
- Moved disk free space information from the "Advanced" tab to the "Info" tab.
- Display the current hotkey in the settings screen (Info tab).
- Changed default values:
- Backup interval: 10 minutes (was 30)
- Backup thread priority: MEDIUM (was NORMAL)
- Compression threads: MEDIUM (was HIGH)
- Renamed
BackupThreadPriority.NORMAL→MEDIUMto match localization keys. - Fixed progress bar freezing during restore when the target world folder already exists.
- Different startup messages for manual (
/backup start) and automatic backups (text.ar1backup.auto_start). - Many bugs fixed
Developed by ar1emq - a member of THEMIDNIGHTCORE
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:Zg56PRg5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jd3bF4RU:Zg56PRg5"
}



