Tags
Creators
Details
BETA-0.9.7
Compatibility
Changes
Performance Improvements
This update addresses a performance bottleneck related to the special block search functionality, which is triggered when either the Fertilizer or UV Light features are enabled. You should notice smoother operation when using these features.
Thanks to ShermansWorld for reporting this issue on the RealisticPlantGrowth Discord server and helping validate the performance improvements.
π§± Dependency Updates
- [Dependabot]: Bump
org.junit.jupiter:junit-jupiterfrom5.13.1to5.13.3by @dependabot in #64
π How to Update from BETA-0.9.X:
Simply replace the existing .jar file and restart your server.
π Full Changelog
https://github.com/Happy-Hop7/RealisticPlantGrowth/compare/v0.9.6-BETA...v0.9.7-BETA
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:TcGxLk2t:qogyjKFj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TcGxLk2t:qogyjKFj"
}

