Skip to content

Commit

Permalink
Fix player inventory slot misalignment in Quantum Bridge GUI (#7933)
Browse files Browse the repository at this point in the history
Closes #7930.
  • Loading branch information
62832 committed Jun 18, 2024
1 parent 1e352e2 commit 99deedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/assets/ae2/screens/qnb.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"includes": ["common/common.json", "common/player_inventory.json"],
"background": {
"texture": "guis/chest.png",
"srcRect": [0, 0, 176, 166]
"srcRect": [0, 0, 176, 168]
},
"slots": {
"STORAGE": {
Expand Down

0 comments on commit 99deedd

Please sign in to comment.