blackd / Inventory-Profiles

Take control over you inventory. Sort. Move matching/all Items. Throw all/all items. Locked slots. Gear sets! And much more!
https://inventory-profiles-next.github.io/
GNU Affero General Public License v3.0
146 stars 48 forks source link

[Conflict] This mod conflicts with Eldritch End #376

Closed tiigerbones closed 6 months ago

tiigerbones commented 6 months ago

Have you asked for help on discord?

NO

Minecraft Version/s

1.20.1

Modloader

Fabric

Modloader Version

0.15.3

Operating System

Windows

List of all other installed mods

3D Skin Layers AppleSkin Architectury API AzureLib CIT Resewn Cloth Config API Dynamic FPS Eldritch End Fabric API Fabric Language Kotlin FerriteCore Indium Necronomicon API Sodium Sodium Extra libIPN

Describe the problem

While trying to get rid of some of the problematic conflicts from my modpack i found that these 2 mods dont play nice, nothing too game breaking but surely annoying. Inventory profiles seems to put the ui from Eldritch End to the back whenever Inventory profiles is present Eldritch End Inventory Profiles

Steps to reproduce

Download the stated mods Open up a singleplayer world and open up your inventory Hover over the eldritch end icon next to the player model

Screenshot 2024-01-03 165941

I have tried to reproduce the problem with only or without "Inventory Profiles Next" and its dependencies installed.

blackd commented 6 months ago

I don't see any IPN UI components in the provided screenshot!?

You should have asked on discord as the temple insisted! It sounds like you are having problems with overlapping GUI elements? IPN has this covered by its GUI editor. If above assumptions are incorrect please reopen the issue if you just need help accessing said GUI editor ask on discord.

tiigerbones commented 6 months ago

realized i was replying to the wrong mod. still gotta try the gui editor, ill reopen if that doesnt fix it

edit: i will have a look at that editor though.

tiigerbones commented 6 months ago

@blackd checked the options provided by pressing r + g and theres not much i can do to fix this it seems that IPN puts items ahead of certain UI

all you need to do is download Eldritch End Inventory Profiles to see for yourself. image

blackd commented 6 months ago

IPN doesn't change the draw order/layered context

The slots over/underlay is painted only if there are locked locked slots. And the buttons are drown after the whole GUI has finished drawing. With the 1.20 changes the proper layered draw context is used.

You should report this to Eldritch End too so they can check what's going on too.