Support for double chests
MeeniMc opened this issue ยท 0 comments
Mod loader
Fabric
Minecraft version
1.19
Mod version
7.3.1
Modloader version
Fabric Loader 0.14.6, API 0.55.1+1.19
Modpack info
No response
Issue description
Feature Request: support for double chests
When looking at a double chest, the tooltip presents the content of the targeted half of the double chest. This is annoying as many chest halls are based on having double chests with a side facing the user (thus the 'back' chest is not immediately targetable).
Subfeatures
Summarize identical elements
When a chest contains multiple stacks of the same item (or only one type of item), the content is presented as [item1]x64 [item1]x64 [item2]x16, etc.
This could be simplified to [item1]x128 [item2]x16, ordered by quantity.
Summarize number of stacks
This is a followup of the previous idea: show [item1]x128 (2 stacks) [item2]x16 [item3]x96 (1.5 stacks)
Note how 'item2' doesn't have a stack count as it is less (or equal) to 1 stack.