Skip to content

Commit

Permalink
Version 1.17.
Browse files Browse the repository at this point in the history
Equip inventory: Utilize the QUIVER4 slot.
  • Loading branch information
GraionDilach committed Dec 19, 2024
1 parent 5f6d98c commit e92b977
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions zgtweaks/library/equipinventory.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ ACTION_DEFINE_ASSOCIATIVE_ARRAY remap_itemcategories BEGIN
END

ACTION_DEFINE_ASSOCIATIVE_ARRAY remap_slotcount BEGIN
5 => 16 // quiver
5 => 17 // quiver
9 => 21 // quick item
10 => 6 // ring
11 => 21 // quick item
14 => 16 // quiver
14 => 17 // quiver
15 => 13 // weapon
16 => 13 // weapon
17 => 13 // weapon
Expand All @@ -96,7 +96,7 @@ ACTION_DEFINE_ASSOCIATIVE_ARRAY remap_slotcount BEGIN
28 => 13 // weapon
29 => 13 // weapon
30 => 13 // weapon
31 => 16 // quiver
31 => 17 // quiver
38 => 21 // quick item
44 => 13 // weapon
57 => 13 // weapon
Expand Down
2 changes: 1 addition & 1 deletion zgtweaks/zgtweaks.tp2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BACKUP ~weidu_external/zgtweaks/backup~ // location to store files for uninstall purposes
AUTHOR ~Graion Dilach~
VERSION ~1.16.1~
VERSION ~1.17~

ALWAYS
// do not convert Setup.tra files, those should be UTF8 already
Expand Down

0 comments on commit e92b977

Please sign in to comment.