Links
Tags
Creators
Details
0.4.0-1.21.4-Fabric
Compatibility
Required content
Changes
Changelog
- Fixed a bug were bees would only spread one out of two halves when it comes to two block tall flowers.
End User License Agreement (EULA)
© 2025 Daniel Osberg
Version 0.4.0-1.21.4
This End User License Agreement ("EULA") governs the use of Flourishing Fields ("the Mod"), including all source files, binaries, art assets, and other related materials provided with the release. By downloading, using, or building the Mod, you agree to the following terms:
Usage Permissions
- You are permitted to use the Mod within modpacks, provided the modpack is distributed free of charge.
- Any other form of redistribution, including but not limited to paid modpacks, standalone redistribution, or integration into non-free collections, is strictly prohibited.
Source Code and Art Assets
- The source files and art assets of the Mod are included with the release. You are allowed to build the source files and use the art assets for personal use only.
- If you build the source project without making any modifications, the resulting build is subject to the same usage and distribution restrictions as the official release of the Mod.
- You may modify the source files or art assets for personal use only. Redistribution of source files or art assets in any form is strictly prohibited.
Disclaimer
The Mod is provided "as is," without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, or non-infringement. In no event shall the copyright holder be liable for any claim, damages, or other liability arising from or in connection with the Mod or its use or other dealings in the Mod.
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:RTuk9yw1:MNzcDDji"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RTuk9yw1:MNzcDDji"
}

