1.5.0
Compatibility
Changes
So here comes the MasterOptimizer-1.5.0, this one has more powerful memory optimisation and can easily reduce memory usage giving you high-level performance in the server and in the latest version of Minecraft server on PaperMC, this one has able to achieve1.10-1.13GB of memory usage out of 2GB ram with other mods, try yourself and if has now Paper/SpigotMC, PurpurMC and Folia support.
Note- Folia and PurpurMC support for 1.18-1.21.x is currently untested, if you encounter any error then let me know. Enjoy!
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:j4ql2eaC:97RnGB7Q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:j4ql2eaC:97RnGB7Q"
}

