leMaik / chunky

Photorealistic image renderer for Minecraft 1.2.1+

Home Page:https://chunky.lemaik.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unknown Item ID popups are annoying

jackjt8 opened this issue · comments

An unknown Item ID popup locks the Chunky interface until the Warning is acknowledged.

Loading Chunks on some maps can prompt you with multiple unknown Item ID popups whereby only one of these windows can be "active" at once (on Windows)- Meaning you have to select and acknowledge each one which takes time. If a player has an unknown item ID equipped, like a Elytra, an unknown Item ID popup will always occur on that map.

image


Could we compress multiple unknown Item ID warnings into a single window and/or have these warnings not lock up the UI given the nature.

I believe the approach by other software in this regard is better. Here is an example from UE4 whereby you can just ignore the message log window and still interact with the UI.
image

Fixed upstream by chunky-dev#782