Skip to content

Commit

Permalink
Revert "Add BogoSorter + MUI and remove invtweaks"
Browse files Browse the repository at this point in the history
This reverts commit 7b85dba.
  • Loading branch information
htmlcsjs committed Oct 6, 2023
1 parent 7b85dba commit b460b04
Show file tree
Hide file tree
Showing 6 changed files with 1,291 additions and 11 deletions.
Empty file modified build/main.py
100755 → 100644
Empty file.
23 changes: 23 additions & 0 deletions config/InvTweaks/InvTweaks.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#Inventory Tweaks Configuration
#(Regarding shortcuts, all key names can be found at: http://legacy.lwjgl.org/javadoc/org/lwjgl/input/Keyboard.html)
#Tue Dec 07 20:44:40 EST 2021
enableMiddleClick=true
showChestButtons=true
enableSortingOnPickup=false
enableAutoRefill=true
autoRefillBeforeBreak=false
autoRefillDamageThreshhold=5
enableSounds=true
enableShortcuts=true
enableAutoEquipArmor=false
enableServerItemSwap=true
enableConfigLoadedMesssage=false
invertToolDamageSorting=true
shortcutKeyAllItems=LCONTROL+LSHIFT, RCONTROL+RSHIFT
shortcutKeyEverything=SPACE
shortcutKeyOneItem=LCONTROL, RCONTROL
shortcutKeyToUpperSection=UP
shortcutKeyToLowerSection=DOWN
shortcutKeyDrop=LALT, RALT
enableToolTipTreePath=false
version=1.64+dev.151.822d839
31 changes: 31 additions & 0 deletions config/InvTweaks/InvTweaksRules.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
|=================================================================|
| INVENTORY TWEAKS Mod - https://inventory-tweaks.readthedocs.org |
| Sorting rules and general configuration |
|=================================================================|

====== [ SETTINGS ] ======

D LOCKED

======== [ GETTING STARTED ] ========

# SORTING RULES
# Each line you type is a new constraint you add for sorting your inventory.
# After any change, just press the sorting key to reload the settings. Some examples:
# * "D1 sword" puts any sword in row D, column 1 (see grid below)
# * "A edibleFood" fills the A row with food
# * "1 ironPickaxe" fills the 1 column with an iron pickaxe
# * "A1-C4 blocks" fills the rectangle with any blocks
# * "D LOCKED" avoids items from the hotbar to move out of it when sorting

# INVENTORY GRID
# 1 2 3 4 5 6 7 8 9
# A [A1][A2][A3][A4][A5][A6][A7][A8][A9]
# B [B1][B2][B3][B4][B5][B6][B7][B8][B9]
# C [C1][C2][C3][C4][C5][C6][C7][C8][C9]
#
# D [D1][D2][D3][D4][D5][D6][D7][D8][D9]

# AVAILABLE KEYWORDS
# Open the 'InvTweaksTree.txt' file for a list of available keywords. If an item
# is missing from the item tree (for example mod items), you can add it there.
Loading

0 comments on commit b460b04

Please sign in to comment.