Quark backpack button overlap.
KKotik opened this issue ยท 8 comments
we have api that other mods to move the buttons. please report this to them and point them here https://javadoc.io/doc/org.anti-ad.mc/inventory-profiles-next/fabric-1.17.1-1.1.0/org/anti_ad/mc/ipn/api/IPNGuiHint.html
for 1.16 you can add the snippet below after the first { in config/inventoryprofilesnext/ModIntegrationHints.json
"vazkii.quark.addons.oddities.client.screen.BackpackInventoryScreen": {
"buttonHints": {
"SORT" : {
"horizontalOffset": 1,
"bottom": 72
},
"SORT_COLUMNS" : {
"horizontalOffset": 13,
"bottom": 60
},
"SORT_ROWS" : {
"horizontalOffset": 13,
"bottom": 60
},
"CONTINUOUS_CRAFTING" : {
"bottom": 60
},
"MOVE_TO_CONTAINER": {
"horizontalOffset": 13,
"bottom": 60
}
}
},
I will open issue on quark side, when Vazkii port 1.18 and it will have stabilization iteself! Got you!