- Added Russian Translation (#27 by iceban)
- Now applies packs on close by default to match vanilla behavior.
- Fixed hidden Fabric API resources from being shown sometimes.
- Fixed shift+click not working on cycling buttons to cycle in reverse.
- Port to 1.21.9 Release Candidate
- Added Russian Translation (#27 by iceban)
- Now applies packs on close by default to match vanilla behavior.
- Fixed hidden Fabric API resources from being shown sometimes.
- Fixed shift+click not working on cycling buttons to cycle in reverse.
- Port to 1.21.9 Release Candidate
- Context Menus: Right-click anywhere to open the context menu. Perform action such as:
- Renaming, Deleting, Opening, and Refreshing packs.
- Additional Folders (#18): Lets you add an additional folder
for pack discovery.
- An additional folder can be added by going to the config
config/packed_packs.json
and adding a path to the folder in theadditionalFolders
array underresourcepacks
ordatapacks
. - If the
additionalFolders
array does not exist, you may add it yourself or Open and Close the Packed Packs Screen to update the config. - Path can be absolute or relative to the game directory.
- Shows up as a context menu action under "Open Pack Folder" if done correctly.
- Requires restart to apply!
- An additional folder can be added by going to the config
- Added keyboard shortcuts for the context menu actions:
- Delete File:
Delete
- Rename File:
Ctrl
+R
orF2
(if unbound from screenshot) - Open File:
Ctrl
+Enter
- Show in File Manager:
Alt
+Shift
+R
- Refresh Packs:
F5
- Delete File:
- Added real-time file watching in the Packed Packs screen for folder packs, additional folders, and other folder
sources/providers (
FolderRepositorySource
/FileResourcePackProvider
) that may be registered by other mods. - Added the pencil button from VTDownloader (#6).
- Updated Ukrainian Translation (#21).
- Now replaces the original screen by default.
- Fixed bugs (see beta changelog).
WARNING: This update will deselect/disable any packs under additionalFolders
.
- Added Reset to Enabled option in context menu, which resets your packs to what is currently enabled.
- Added Show in File Manager option in context menu.
- Added keyboard shortcuts:
- Delete File:
Delete
- Rename File:
Ctrl
+R
orF2
(if unbound from screenshot) - Open File:
Ctrl
+Enter
- Show in File Manager:
Alt
+Shift
+R
- Refresh Packs:
F5
- Delete File:
- Deleted files will attempt to move to trash first instead of permanently deleting.
- Added the pencil button from VTDownloader (#6).
- Replace original screen option should always replace original screen regardless of where the screen is opened. (#23)
- Replace original screen default value set to
true
. - Removed unique prefix in additional folder pack ids. This allows packs to easily be movable across other additional folders, but you'll have to resolve duplicate pack ids yourself.
- Fixed vanilla sort not accounting for feature packs.
- Fixed being able to register base folder as an additional folder causing packs to be discovered twice on said folder.
WARNING:
This is a beta version! Things may break or change. Please report any issues and share your feedback, thanks.
Context Menus
Right-click anywhere on the screen to open the context menu. Right-click on certain elements to change the context. Options include:
- Rename a pack file.
- Delete a pack file.
- Open a pack file.
- Refresh packs.
- Open Pack Folder/s (more below)
Additional Folders (#18).
IMPORTANT: As this is a beta version, do not yet use on datapacks you don't want to lose. Pack IDs under these folders have been modified in an attempt to avoid ID conflicts from other folders. This is not final and may unexpectedly disable datapacks when updating.
Packs can be discovered from other directories by adding its path (absolute or relative to the game directory) to
config/packed_packs.json
string array:
datapacks.additionalFolders
for datapacks.resourcepacks.additionalFolders
for resource packs.- You may add the keys yourself if they are missing, or open and close the Packed Packs screen to update the config.
- Requires restart to apply!
- Switched to polling for real-time file watching due to Windows directory locking (JDK-6972833). May impact performance.
- Fixed packs' metadata not updating in real-time.
- Fixed packs inside Folder Packs not being watched for updates.
- Fixed packs not refreshing when entering the screen.
- Fixed packs unnecessarily refreshing when applying changes.
- Fixed pack entries showing hover state even when overlapped by another component.
- Fixed dead zone between pack entries.
- Fixed Folder Packs being rejected when dragged in from outside the game window.