Skip to content

Commit

Permalink
replace client sort with inventory sorter
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Oct 20, 2024
1 parent f9224e7 commit 8c11e5e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/inventorysorter-client.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#Inventory sorter modules
[modules]
#Sorting module
sortingmodule = true
#Wheel move module
wheelmovemodule = true
#Avoid conflicts with mousetweaks wheel moves
dodgemousetweaks = true
6 changes: 6 additions & 0 deletions config/inventorysorter-server.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Inventory sorter blacklists
[blacklists]
#Container blacklist
containerBlacklist = []
#Slot type blacklist
slotBlacklist = []

0 comments on commit 8c11e5e

Please sign in to comment.