Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 7 months ago |
| Version | 0.0.1 |
| Download link | asta-QuickSort-0.0.1.zip |
| Downloads | 68 |
| Dependency string | asta-QuickSort-0.0.1 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305baer1-ChatCommandAPI
A Lethal Company modding API for easy creation of Minecraft-style Chat Commands
Preferred version: 1.1.2README
Quick Sort
Did you make scrap magic's sort a little faster?
CHANGELOG
Changelog
0.1.16
- Fix
shotgunandammoare no longer forced back intoskippedItemsafter users remove them.
- Compatibility
- Updated ChatCommandAPI support for
baer1-ChatCommandAPI-1.1.2.
- Updated ChatCommandAPI support for
0.1.15
- Change
- Modified to sort all items on the map in certain situations.
0.1.13
- Fix
- chanload destory bug
0.1.11 / 0.1.12
- Fix
- v80 :D
0.1.10
- Fix:
- add some kr names
- wight 0lb bug
0.1.9
- Fix:
- add some kr names
0.1.8
- Fix:
/sort: now drops your held item first, then runs full sort.
- Behavior:
- Commands now require you to be inside the ship (otherwise an error is shown):
/sort(and/ss,/sr,/sp,/sk,/sb,/sbl) and/pile.
- Commands now require you to be inside the ship (otherwise an error is shown):
0.1.7
- Config:
- Bumped
General.configVersionto0.1.7. - Migration: if
Sorter.skippedItemsis accidentally onlyshotgun, ammo, it is reset back to the full default list. - Fresh install fix: when the config file does not exist yet, migrations no longer create/overwrite
Sorter.skippedItems.
- Bumped
0.1.5
- Client/Guest tip: Installing TooManyItems may help with a vanilla issue where some items fail to sort / snap back.
- New short commands:
/sr→/sort reset/sp→/sort positions/sbl→/sort bindings/sk ...→/sort skip ...(e.g./sk list,/sk add,/sk remove)
- Input aliases (built-in):
double_barrel→shotgunshotgun_shell→ammo
- Full sort ordering: two-handed item types are placed first (fixed behavior; no setting).
- Full sort placement:
sortOriginYis applied again as an offset above detected ground.- Specific types are placed slightly lower:
toilet_paper,chemical_jug,cash_register,fancy_lamp,large_axle,v_type_engine.
- Config:
- Added
General.configVersion(defaults to0.1.5). - Migration: if
configVersionis missing/older andSorter.sortOriginY == 0.5, it is auto-changed to0.1. - Migration: adds
shotgun,ammotoSorter.skippedItemsif missing.
- Added