Quark Oddities

Quark Oddities

22M Downloads

[1.16.5] Inventory sorting not working properly with Tinker's Construct

MarioSMB opened this issue ยท 5 comments

commented

As referenced here: SlimeKnights/TinkersConstruct#4302

The inventory sorting buttons are appearing on the Tinker's Construct stations misaligned.

commented

I've managed to disable the inventory sorting buttons using the quark config.
The Classname is actually slimeknights.tconstruct.tables.client.inventory.table.CraftingStationScreen
for those that are interested.

commented

This mod is essential in most modded playthroughs, which is why I think it's important that this issue be addressed correctly so users do not have to track down class names to fix incompatibilities.
I can understand if the team does not want to work on it yet, it may be preferred to open a general compatibility issue instead, I'd be happy to do so if that's the case.

commented

There's a way to disable them from the Tinker's Construct stations. Consult the quark config to see how.

commented

I'm no expert in mod development here, but shouldn't it be possible for mods to specify from code that their station does not support inventory sorting? It seems like that would allow far greater cross compatibility.

commented

Relevant class seems to be slimeknights.tconstruct.tables.client.inventory.table.CraftingInventoryScreen