-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Biome-blending cannot be disabled for dark leaves #2273
Comments
This appears to be how Dark Leaves - and to this extent, Giant Leaves - are tinted. Long story short: the blend radius setting is working. Short story long: It works, but only if we just got the average foliage colour and called it a day. Instead, an average is picked from a small radius around the block itself. That basically means blending is always present, but if "disabled", the blending is only slightly less so than if it were enabled. It appears to be a 1-block radius from the center, so an average of all the foliage colour in a 3x3 area. |
I went all the way back to 1.12 to check this out and apparently our code is just a copy-paste job of how |
also worth noting this affects every single one of our leaves, not just dark |
NeoForge Version
21.1.64
Twilight Forest Version
4.6.2790
Client Log
https://mclo.gs/Az2icCw
Crash Report (if applicable)
No response
Steps to Reproduce
Go to the border between the “dark_forest” biome and the “dark_forest_center” biome
Press Esc
Go to video settings and set “Biome Blending” to “Off”.
What You Expected
No biome-blending
What Happened Instead
The color of the leaves is still blended
Additional Details
Please Read and Confirm The Following
The text was updated successfully, but these errors were encountered: