lazydfu icon indicating copy to clipboard operation
lazydfu copied to clipboard

Fabric mod that makes Minecraft DataFixerUpper initialization lazy

Results 5 lazydfu issues
Sort by recently updated
recently updated
newest added

functionally is the same thing, but in the case that another mod also targets `enableDataFixerOptimizations`, mixin won't die. I made the priority `Integer.MAX_VALUE` to ensure that this mixin is applied...

- updated gradle to 8.5 (and changed buildscript to reflect changes in gradle's api) - updated loom to 1.4 - updated fabric loader to 0.15.3 (not that it's really necessary)...

They seem to have implemented simular funcitonality into the base game in 1.19.4-pre1. What is the future of this mod?

The saved hotbar tab from an older version doesn't seem to be converted by DFU when LazyDFU is present.

This pull request sets up automated compiling and building via Github Actions. The action will create an artifact named "jars" that contains both the distribution jar and the sources jar....