- 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
- 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.