Links
Tags
Creators
Details
4.0.0
Compatibility
Required content
Changes
Natural Regrowth V4.0.0
Major Updates:
PM Weather 0.16.0 Support: Fixed critical crashes related to Mixin injection points in the new PM Weather beta. The mod is now fully functional with the latest weather updates.
🔥 Wildfire Regrowth: Added a complete system for burnt forests. Charred logs now transition into Regrowing Stumps and eventually saplings.
Smart "Anti-Rot" System: disabled PM Weather's native "Rotted Log" logic. Burnt or damaged trees will no longer turn into "Rotted Logs," ensuring Natural Regrowth has full control over the regrowth.
Safety Checks: Fire stumps will now wait at least 20 minutes (configurable) before attempting to grow, preventing saplings from spawning in active fires.
Improvements:
Enhanced Modded Tree Support: Rewrote the sapling detection logic to catch more variations of modded naming conventions.
Mathematical Retuning: Updated default config values based on accurate sub-chunk random tick calculations. Default regrowth times now accurately reflect ~1.5 hours for Tornadoes and ~3.0 hours for Wildfires.
Commands: Added /nr grow <radius> and /nr ready <radius> for easier testing and debugging.
Bug Fixes:
Fixed a "Totem Pole" bug where logs stacked on top of stumps would incorrectly turn into stumps themselves.
Fixed an issue where modded sapling data was being lost during the transition to Charred Logs.
Fixed compatibility with PM Weather's ReinforcementManager to prevent ghost data from accumulating.
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:6MFCtwrW:FJArZ74q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6MFCtwrW:FJArZ74q"
}

