SollyW / BigInv

Bigger player inventory
Other
10 stars 2 forks source link

Trinket slots display incorrectly #3

Open dathide opened 2 years ago

dathide commented 2 years ago

Describe the bug Trinkets slots don't display correctly. The extra slots that usually display while the mouse is hovering over armor slots instead display when the mouse is hovering over slots in the top left of the inventory.

Steps to Reproduce

Screenshots 2022-01-11_12 41 56

Environment:

DaveHyral commented 2 years ago

Can confirm bug, even after going through the trouble of reskinning the mod to fit my modpack. javaw_h5uzFZ0MW0 javaw_KCBoBQQ1c5 javaw_Rc8FGax9lD javaw_jUUF06i0lQ

Andrew6rant commented 1 year ago

BigInv changes slot ID's compared to Vanilla. To fix, make a datapack that changes the slot_id in group.json.

Here are the file structures:

data\trinkets\slots\head\group.json
data\trinkets\slots\chest\group.json
data\trinkets\slots\legs\group.json
data\trinkets\slots\feet\group.json
data\trinkets\slots\offhand\group.json

The ID's of BigInv are as follows:

head - 114 chest - 115 legs - 116 feet - 117

Proper BigInv slot ID showcase