
Player inventory slots are rendered twice if sophisticated inventory doesn't have a scrollbar
radimous opened this issue ยท 5 comments
This makes transculent items much more saturated and slightly hurts performance
tested on 1.18.2 and 1.21.1 and both versions have this issue
1.18.2 with scrollbar is fine
1.18.2 without scrollbar - items are rendered twice
1.21.1 with scrollbar is fine
1.21.1 without scrollbar - items are rendered twice
they are rendered like this
StorageScreenBase#render -> renderSuper -> renderSlot
StorageScreenBase#render -> renderSuper -> renderLabels -> renderStorageInventorySlots -> renderStorageInventorySlots -> renderSlot
I am aware this was the issue and I haven't fixed it in 1.18.2 because I didn't consider it critical enough, but this should be fixed in 1.21. What version have you got there? One of the latest?
Actually I can see it happening in dev so I probably only previously solved this for the storage slots
This is fixed in the latest 1.20 and 1.21 releases. I am not going to fix it in 1.18 as it's not that critical of a bug.