1.4.0
Compatibility
Required content
Changes
Nature update for Minecraft 1.21.1 (Fabric + NeoForge): 7 new generators of living Overworld nature β 54 total on this version.
- New: 7 Nature generators β Amethyst (amethyst shards), Honeycomb, Glow Lichen, Moss (moss blocks), Spore Blossom, Big Dripleaf and Flowering Azalea. Amethyst without hunting a geode, honeycomb without a hive and spore blossoms, which vanilla never lets you grow. The Resin generator needs Minecraft 1.21.4+ and ships only in the 26.2 build.
- One recipe layout for the whole set: glass corners, vines on the sides, that resource's natural source on top and bottom (calcite, honey bottle, bone meal, moss carpet, moss block, small dripleaf, azalea) and the item itself as the center sample, which unlocks the recipe.
- Balanced in three tiers: moss and glow lichen every 5 s (512 buffer); big dripleaf and flowering azalea every 10 s (256) and honeycomb every 15 s (512); amethyst every 20 s (512) and spore blossom, the rarest, every 30 s (256).
- Nature toggle in the config next to the other sets, plus the usual per-generator overrides; the nature generators get their own dropdown in the config screen.
- Fully localized: English + Spanish (es_ES, names verified against vanilla).
- No changes to the existing 47 generators' recipes or production stats. Drop-in update: placed generators, buffers and config are untouched.
Same content and version number as the Bedrock edition's v1.4.0.
Optional dependencies
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:4BHtTMuL:eh8RLReu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4BHtTMuL:eh8RLReu"
}

