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

Buffer tab keypresses for exact tab movement #54

Open Novaenia opened 3 months ago

Novaenia commented 3 months ago

if I have high ping (common as I'm in Australia) and press tab twice, it'll only tab once. It seems like I can only tab again once the server responds, previous implementations of Inventory Tabs did not have this issue.

sisby-folk commented 3 months ago

it4 doesn't buffer tab presses - the whole control setup is locked until the next screen opens.

rapidly tapping tab 3 times and guaranteeing it shows up 3 tabs across sounds good though, we'll add that.