Links
Tags
Creators
Details
All versions
mc1.21.6-v3.3.3-neoforge
Release
QuickBakcupMulti-Reforged v3.3.3 for mc1.21.6-neoforge3 days ago 3
Compatibility
Minecraft: Java Edition
1.21.6
Platform
NeoForge
Supported environments
Client and server
Changes
What's Changed
- fix restore creating nested
world/worlddirectories (#56) - fix scheduled backup times staying frozen, and other schedules stopping after
/qb make(#54) - fix full backup rotation: unique names, ignored-file filters, and pruning both the directory and the database row (#55)
- fix client backup database not initializing on Quick Play, demo worlds, and auto-rejoin
- bump IncrementalStorageLib to 1.3.4 (unique full-backup names and caller-supplied file filters)
- add harness functional tests and run them on every release branch before publish
Full Changelog : v3.3.2...v3.3.3
Build Information
- Branch:
1.21.6 - File name:
QuickBakcupMulti-Reforged-mc1.21.6-neoforge-3.3.3.jar - SHA-256:
e2a7926aa3ed89c2ec1c4574df23ccf0bb709746bef3e4910d42f5c4132ae69b - Built from: https://github.com/QuickBackupMultiMod-Dev/QuickBackupM-Reforged/actions/runs/32770539496
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:DgWBIBY5:n3LyCvrb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DgWBIBY5:n3LyCvrb"
}

