Andrew6rant / InventoryTabs

Adds tabs to access nearby blocks
https://www.curseforge.com/minecraft/mc-mods/inventory-tabs-updated
MIT License
40 stars 18 forks source link

Multiple minecarts won't show up #56

Open Key-Coding opened 2 years ago

Key-Coding commented 2 years ago

If there is more than one minecart, only one will show up.

2022-08-21_21 39 37

Andrew6rant commented 2 years ago

Yeah, currently duplicate entities show up as one tab. That is part of the reason why 0.9 is currently a beta.

Block tabs use their coordinates to handle duplicates, but I can't do that for entities since they move. I think I have figured out a way to fix this, but I won't be able to push the code as I am going to be very busy for the next week