- Updated to 1.20 by EnnuiL, thanks!
- Ported to the new APIs added in QSL 3.0.0-beta.25, as a result:
- Packs now show up in the Resource Packs and Data Packs management UIs, and can be disabled piecemeal by users
- Worldgen JSON changes now work properly instead of causing strange errors
- Users can now modify the load order relative to their own packs instead of QDRL always overriding
- No longer using implementation classes, pure API :)
- Switch to a mixin to inject packs, as
Top
can't affect the biome registry and clobbers user packs
- Fixed resources being loaded as default instead of on top
- Add "resourcepacks" and "datapacks" directories, for organization purposes
- Fix directory packs
- Ignore directory packs that end in
.disabled
- Drop a README file into
resources
if there's nothing recognized in it
- Only load files in
packs
that end in.zip
or.jar
— directories are still loaded - Give a friendlier error message when a pack can't be opened
- Catch all errors when injecting packs to avoid resource loading explosions
- Added pack loading functionality
- Initial release