- Updated to Minecraft 1.21.8.
- Added Dried Ghast to the better snow system.
- Updated SpruceUI.
- Updated to Minecraft 1.21.5.
- Added leaf litter layer type.
- Added new relevant blocks to the better snow system.
- Added missing potted plants to the better snow system.
- Updated SpruceUI.
- Updated to Minecraft 1.21.3.
- Updated SpruceUI.
- Switched back to Fabric.
- Refactored runtime texture generation injection to directly inject into the atlas instead of using a virtual resource pack.
- Refactored configuration loading and saving to be more reliable and avoid corruption.
- Reworked layer type format and rendering.
- Layer types now specify a block state to display.
- Custom models are not needed anymore, culling works as intended. This means layers will better adapt to resource packs. Fixes a part of #76.
- Render types are not needed anymore either, the correct render type is applied on the quads who need them.
- Layer types can now define which blocks it should match against.
- Layers are still having issues with Iris' shaderpacks making them wavy on plants.
- Added chorus plants, and many more missing blocks to the better snow system.
- Added glow lichen as a layer type.
- Added a configuration tab in Sodium's video settings.
- Added Swedish translations (#94).
- Added Catalan translations (#104).
- Added Malay translations (#110).
- Fixed snowy grass not always properly connecting when better snow is active.
- Updated SpruceUI.
- Updated model injections to use Fabric API's new model loading API which should improve mod compatibility.
- Added Vietnamese translations (#90).
- Added a way for layer types to request a render layer for blocks.
- Updated to Minecraft 1.19.
- Added sculk vein layer type.
- Added bunch of blocks to the better snow system.
- Updated SpruceUI.
- Added a lot of missing better snow/moss data for blocks like walls, lightning_rod, etc.
- Added an
offset
field to thebetter_layer
data structure. - Added Estonian translations (#23).
- Improved chunk rebuild performance by caching hasBetterLayer (#21).
- Fixed better grass not connecting properly with better snow (#25).
- Updated SpruceUI.