All versions
2.0
Release
MODTOOLS 2.0 - NeoForge - 1.21.1last month 23
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
MODTOOLS
[2.0]
โ ๏ธ Important
- This update reorganizes the database and ClearLag snapshot storage structure to provide proper compatibility with multiple worlds created within the same server instance and prevent data from different worlds from being overwritten.
- Existing configuration settings will continue to apply. However, previously stored sanction data and ClearLag snapshots may be removed as the mod creates and migrates to the new world-specific storage files.
โจ Added
- Added a new Snapshot History system for accessing previously saved ClearLag snapshots.
- Snapshot history can store up to 96 snapshots or 256 MiB, whichever limit is reached first. Once a limit is exceeded, the oldest snapshots will be automatically removed.
- Added a new History button on the right side of the Snapshots GUI header to access previously stored snapshots.
๐ Changed
- Reworked parts of the mod's storage logic. Databases and snapshot files are now stored and loaded from the world's
world/serverconfig/modtoolsdirectory, keeping MODTOOLS data properly separated between different worlds.
๐ Fixed
- Fixed several minor interface issues.
- Applied various minor fixes and improvements.
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:n67mQ4pE:sE2zUFpX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n67mQ4pE:sE2zUFpX"
}

