Tags
Creators
Details
All versions
1.8.0+fabric.1.21.8
Release
BetterGrassify 1.8.0+fabric.1.21.8last year 1.19M
Compatibility
Minecraft: Java Edition
1.21.6–1.21.10
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
1.8.0+fabric.1.21.8
🗃️Detailed Changelog: 1.7.0 --> 1.8.0
For 1.21.6-1.21.10!
🛠️Changes
- Marked as compatible with
1.21.6-1.21.8.- As already mentioned before, the support for
1.21-1.21.5has been dropped.
- As already mentioned before, the support for
- Improved config file structure and migrated over to 'Cloth Config'.
- The
Whitelistoptions are no longer hidden as config-only options, and added a small note explaining the user about the difference between both options. - Your existing options will be reset.
- The
- Improvements to the
ExcludedandWhitelisted Blocksoptions. You can now specify many more properties/predicates likechain[axis = y], instead of just the boolean ones. - Added a separate category for BetterGrassify in Sodium's Options Screen for clarity.
- Removed 'Jankson' as a bundled dependency, decreasing the mod size by ~50%, which also means no comments in config files.
- Improved project structure, updated dependencies and fixed many minor bugs.
- Migrated to Crowdin. You can now contribute your translations with more convenience there.
- Also, some translations have been changed and many added.
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:m5T5xmUy:RajjMMIY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:m5T5xmUy:RajjMMIY"
}



