- Update to Minecraft 1.21.7
- Update to Minecraft 1.21.6.
- Replace snow layer logic with a new optimized snow layer system.
- Apply the snow layer property only to supported blocks and not to supported classes.
- Fix default block state property not being set.
- Add snow layer interaction with block light.
- Block and item colors now returns neon pink when tint is missing.
- Add the ability to get specific version of mod by index (E.g. "1.2.3+4.5.6", index 0: 1.2.3, index 1: 4.5.6).
- Improve mod patching.
- Add the ability to apply snow layer logic to manually added blocks from config file (May work, depends on the mod).
- Fix block id compatibility.
- Fix cherry leaves settings not being added to config file in Minecraft 1.19.4.
- Block and item colors now returns neon pink when tint is missing.
- Add the ability to get specific version of mod by index (E.g. "1.2.3+4.5.6", index 0: 1.2.3, index 1: 4.5.6).
- Improve mod patching.
- Add the ability to apply snow layer logic to manually added blocks from config file (May work, depends on the mod).
- Add the ability to patch mod specific blocks.
- Add mod patch for Clutter.
- General improvements.
- Actually fix a crash related to unregistered blocks being detected as registered.
- Improve version detection.
- Fix Version.of(modid) returning only Minecraft version.
- Backport v1.2.4+seabreak.
- Fix a crash related to unregistered blocks being detected as registered.
- Update to Minecraft 1.21.4.
- Improve mod compatibility.
- Backport v1.2.2+seabreak.
- Add missing acacia_leaves block settings to config file.
- Fix pitcher_plant causing crash.
- Add initial support for config file.
- Update to Minecraft 1.21.3.
- Add support for pale oak leaves.
- Complete rewrite.
- Add support for short grass, fern, tall grass and large fern.
- Make jungle leaves with pods an optional resource. Can be added back using the Podded Jungle Leaves resource pack.
- Add support for Minecraft 1.19.4 and 1.20.X.
- Add support for all fabric loader versions.
- Fix vine item to look exactly as vanilla.