Skip to content

Releases: StartsMercury/visual-snowy-leaves

0.4.0 for Minecraft 1.20.6

18 Nov 04:16
Compare
Choose a tag to compare

Added

  • Support for Minecraft 1.20.6

0.4.0 for Minecraft 1.20.1

16 Nov 15:40
Compare
Choose a tag to compare
  • 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

0.3.0 for Minecraft 1.20.1

11 Nov 15:32
Compare
Choose a tag to compare

Added

  • Snowy Transition
    • 20 seconds total transition time
    • Lazy chunk rebuilds every 1 second, only during transition

0.2.2 for Minecraft 1.20.1

10 Nov 15:57
Compare
Choose a tag to compare

Added

  • Support for Sodium

Fixed

  • [Sodium] Leaves colours are bright
  • [Sodium] Leaves won't turn white when snowing

0.2.1 for Minecraft 1.20.1

03 Nov 12:32
Compare
Choose a tag to compare

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

0.2.0 for Minecraft 1.20.1

03 Nov 11:42
Compare
Choose a tag to compare

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.

0.1.0 for Minecraft 1.20.1

03 Oct 02:45
Compare
Choose a tag to compare

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.