This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
Releases: Jonathing/lazydfu
Releases · Jonathing/lazydfu
1.1.0 for Minecraft 1.13.2+
- The 1.13.2 file now supports up to Minecraft 1.16.5.
- The 1.14.3 and 1.14.4 files have been merged into this one.
- The JavaScript CoreMod file has been cleaned up and is easier to read for anyone interested in studying it.
- The 1.17.1 CoreMod now uses the transformer logic from the 1.13.2 - 1.16.5 version.
- The check if a mod is modifying/killing the DataFixerUpper has been fine-tuned and happens mostly in the mod itself.
- The mod now checks for updates.
1.0.1 for Minecraft 1.13.2+
- Backported LazyDFU for 1.13.2 through 1.14.3.
- The files for 1.13.2 through 1.16.5 now enforce specific Minecraft Forge and Minecraft versions depending on what versions of CoreMods they need to work with.
- The file for 1.17.1+ now enforces that Minecraft be at least 1.17.1.
1.0.0 for Minecraft 1.14.4+
- Initial release from fork of CorgiTaco's fork.
- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.
- Added a safety check to log if other mods might kill the data fixer.
- Cleaned up the
mods.toml
just a tad. - Added compatibility with FMLOnly for the 1.17.1+ version.