leMaik / chunky

Photorealistic image renderer for Minecraft 1.2.1+
https://chunky.lemaik.de
GNU General Public License v3.0
40 stars 1 forks source link

Unknown Item ID popups are annoying #6

Closed jackjt8 closed 3 years ago

jackjt8 commented 4 years ago

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

leMaik commented 3 years ago

Fixed upstream by https://github.com/chunky-dev/chunky/pull/782