All versions
0.5.5
Release
Wild Flora 0.5.56 days ago 55
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Changelog 0.5.5
- Fixed world gen performance issues with wildflora, especially when using spark **let me know if it still happens! It occured essentially when I tried to add support for custom modded tree shapes.
- Basically remade world generation, improved many of the feature placements.
- Monsteras are less common than before, epiphytes (fiddle fern, bromeliad and the new basket fern) are more common.
- Added another epiphyte, the basket fern!
- Made all epiphytes and crowns placeable on all stems, this way you can make custom trees using these. Fronds are not universal though, since the stems don't have the same thickness. Maybe I can consider this in the future though.
- Monsteras can climb all stems like they do logs, this way you can simulate a support stake.
- Improved item textures of several plants
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:kKNXXRMi:gRt7LpZJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kKNXXRMi:gRt7LpZJ"
}

