[1.16.5] Inventory sorting not working properly with Tinker's Construct
MarioSMB opened this issue ยท 5 comments
As referenced here: SlimeKnights/TinkersConstruct#4302
The inventory sorting buttons are appearing on the Tinker's Construct stations misaligned.
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.
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.
There's a way to disable them from the Tinker's Construct stations. Consult the quark config to see how.
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.