Inventory Profiles Next

Inventory Profiles Next

23M Downloads

Quark backpack button overlap.

KKotik opened this issue ยท 8 comments

commented

Quark backpack button overlap.
image

commented

It is from Quark Oddities addon.

commented

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

commented

Quark will not be updated anymore for 1.16, this is Vazkii statement.

commented

Still it will be best if they include it in the 1.18 version.

commented

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
            }
        }
    },
commented

Thank you!

commented

I will open issue on quark side, when Vazkii port 1.18 and it will have stabilization iteself! Got you!

commented

I've added this to the default config If they decide to provide their own values in the code they will be used instead of the config.