FantasyPvP af021a7cd1 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	README.md
2024-03-18 10:53:54 +00:00
2023-09-01 02:36:02 +01:00
2024-03-18 10:53:38 +00:00
2024-03-18 10:53:38 +00:00
2023-09-01 02:31:27 +01:00
2024-03-18 10:53:38 +00:00
2024-03-18 10:53:38 +00:00
2024-03-18 10:53:38 +00:00

Pack Sync

A simple utility for resoucepack developers who like to stay organised.

Use Case:

  • 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

How pack sync can help

The pack sync client is a command line utility that allows you to automatically archive and load all of your resourcepacks into correct folders.

Usage:

  • 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"
S
Description
pack syncing utility
Readme 46 KiB
Languages
Rust 100%