- Config can force disable and enable snowy leaves (
snowyMode
) - Config can change the update frequency during duration: more frequent is smoother but may only affect the nearest chunks, less frequent is not as smooth but many chunks get to update. All chunks will change after the transition finishes.
- Config can change the transition duration, the progress should map most of the time into the new duration
- Config can change the target blocks to snowy-fy, may need custom resource pack to work with other blocks
- Currently, no config screen just yet, maybe it won't need one
- Inline error lines for json syntax errors (ignored and removed on successful config reload)
- Reload config through the config button in Mod Menu
- Rebuild frequency and transition duration uses the format
hours:minutes:seconds+ticks
- Rebuild frequencies greater than the transition duration will still rebuild chunks on the end of the transition
Added
- Snowy Transition
- 20 seconds total transition time
- Lazy chunk rebuilds every 1 second, only during transition
Added
- Support for Sodium
Fixed
- [Sodium] Leaves colours are bright
- [Sodium] Leaves won't turn white when snowing
Fixed
- Resource pack support, hopefully
- All-white leaves texture on certain packs due to missing checks against shared textures (for the same block), common in blocks with variant models
- NOTE: Issue found and only tested on Vanilla Tweak's Bushy Leaves
Added
- Resource pack workaround: set a tinted block model face
tintindex
to a nonzero value to be excluded from "snowification" (under the hood changes to the loaded texture where the biome colours are adjusted to account that)- This is likely use in compatibility resource packs for the actual packs
- Provided resource pack to fix vanilla Jungle Leaves "fruit" being "wrongly" tinted, (only available with Fabric API installed, specifically the
fabric-resource-loader-v0
module)
Changed
- Snow leaves to be more snowier! Closer to MCBE.
Initial release.
Changed
- Removes biome tint for leaves when it's snowing
Known Issues
- Leaf color can't update immediately most of the time
- Leaf color is less bright than on MCBE.