You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also would like to make another Issue, this time for a feature request. Currently it saves all world backup files to the "blob" folder in the .minecraft folder, but i'd like to add an option to save the blobs with the minecraft world folder. Not only to keep the backups with the world (deleting the world will delete backups) it keeps things self contained so deleting a world doesen't leave behind blons for unused worlds.
Currently, the backup mod saves all world backup files to the blob folder inside the main minecraft directory. I would like to request the addition of an option to save these backup blob files inside the world folder they are for.
With this change, it can achieve keeping backups with the world, keeping all backups self-contained and easier to clean up, since there aren't blobs left over from one central place.
I would assume an option to the configuration file that allows users to choose whether backup files are saved in the "blob" folder or within the world folder is how it would be done, if set to true the backups would go into the world directory (e.g., .minecraft/saves/[world_name]/x_backup_blobs/).
The text was updated successfully, but these errors were encountered:
I also would like to make another Issue, this time for a feature request. Currently it saves all world backup files to the "blob" folder in the .minecraft folder, but i'd like to add an option to save the blobs with the minecraft world folder. Not only to keep the backups with the world (deleting the world will delete backups) it keeps things self contained so deleting a world doesen't leave behind blons for unused worlds.
Currently, the backup mod saves all world backup files to the
blob
folder inside the main minecraft directory. I would like to request the addition of an option to save these backup blob files inside the world folder they are for.With this change, it can achieve keeping backups with the world, keeping all backups self-contained and easier to clean up, since there aren't blobs left over from one central place.
I would assume an option to the configuration file that allows users to choose whether backup files are saved in the "blob" folder or within the world folder is how it would be done, if set to true the backups would go into the world directory (e.g., .minecraft/saves/[world_name]/x_backup_blobs/).
The text was updated successfully, but these errors were encountered: