-
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
β¨ EnhancementNew feature or requestNew feature or request
Description
π Before you Start
- I have searched existing feature requests for my feature.
- I have read the documentation, and I am sure this feature is not already implemented.
- I am using the latest version of Animated Java.
- I will only request a single feature in this request. If I have multiple feature requests, I will create a separate request for each one.
π Description
Deleting the whole resource pack and data pack, then re-writing them is inefficient.
We can fix this by only deleting / writing files if they're different from the current export.
π‘ Describe the solution you'd like
Change the .ajmeta file's file lists to a map of file path -> hashed file contents to allow comparison to new files and avoid extra IO operations.
π§ͺ Describe alternatives you've considered
No response
Metadata
Metadata
Assignees
Labels
β¨ EnhancementNew feature or requestNew feature or request