Tags
Creators
Details
1.2.4
Compatibility
Required content
Changes
Important: If you are updating from the original BetterFoliage mod or a previous version of this one (1.2.2 or earlier) you must delete the config file located at config/BetterFoliage.cfg and let the mod regenerate it on the next game launch for fixes to be applied. Make a backup of any settings you've changed before doing so.
Requires UniMixins and either Forgelin: Legacy or GTNH's Forgelin.
(Use whichever one comes included in your modpack. If neither is present, I recommend Forgelin: Legacy over GTNH's Forgelin)
The previous release had a regression bug with Biomes O' Plenty leaves that I missed. Thanks @Omgise for pointing it out!
Since this is a bugfix release, if you're updating from 1.2.3 you don't need to delete the config file.
Fixes
- Fix regression where custom render types would ignore the
captureShadingOnlyvariable
Supplementary resources
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:LTnjq8jP:WvWlLP43"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LTnjq8jP:WvWlLP43"
}

