- You have a folder full of all your projects working on minecraft resource packs
- You want to be able to automatically archive these files and move them to your resourcepacks folders for testing
- You make modular packs with different themes that need to be kept organised
The pack sync client is a command line utility that allows you to automatically archive and load all of your resourcepacks into correct folders.
- start by creating a config.toml file
repository = "."
resourcepacks = "_resourcepacks"
ignore_folder_prefix = "_"
[versions.1-8-9]
resourcepacks = "mc_instances/1.8.9/resourcepacks"
[versions.1-20-1]
resourcepacks = "mc_instances/1.20.4/resourcepacks"