What it is?
Pack Order allows modpack developers to configure the order in which texture packs should be placed in. The mod then adds button that will automatically adjust the players packs to match the modpacks order.
Config can be found at: config/packorder/pack_order.json
Example of json:
{
"expected_order": [
"Default-Dark-Mode-1.18-2023.7.0",
"Bare Bones 1.18",
"FreshAnimations_v1.7",
"Fabric Mods",
"Default"
]
}

