sisby-folk / inventory-tabs

A minecraft mod that allows swapping to other in-world screens (blocks, entities, etc) via tabs. A fourth-generation rewrite of CakeWhip's InventoryTabs.
https://modrinth.com/mod/inventory-tabs
GNU Lesser General Public License v3.0
6 stars 3 forks source link

single chest isn't detected with a block on the left side up (pictures for reference) #34

Closed Aruman-Zen closed 5 months ago

Aruman-Zen commented 6 months ago

when any block is placed up left from the chest side it doesn't show the tab (also happens with trapped chest but not double chest or ender chest) image image

sisby-folk commented 5 months ago

missed out on checking for single chests in the code. Before:

image

After:

image