minecraft-crawler/config/inventorysorter/blacklist.json5
2024-08-08 16:24:29 -06:00

8 lines
No EOL
433 B
Text

{
// URL for blacklist to be downloaded from
"blacklistDownloadURL": "https://raw.githubusercontent.com/kyrptonaught/Inventory-Sorter/1.19/DownloadableBlacklist.json5",
// The opened inventory's sort button will not be visible, only the player's when this inventory is opened
"doNotSortList": [],
// Neither the opened inventory, nor your player inventory will be sortable when this inventory is opened
"hideSortBtnsList": []
}