90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today! - 1.20.1
- 1.20
- 1.19.4
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- No elements found. Consider changing the search query.
- List is empty.
- Updated to 1.20 by EnnuiL, thanks!
- Ported to 1.19.4 by EnnuiL (#2
- 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