Crash while reloading resource packs on settings change
NDev8 opened this issue ยท 1 comments
Describe the bug
When loading the included programmer art resource pack (changing the resource pack), the game crashes while trying to update the resources.
To Reproduce
Steps to reproduce the behavior:
- Open the game with ProjectRed at 287e99b
- Change resource pack settings
- Click done
- Game is crashing
Expected behavior
Game has reloaded all resources.
Crash Log
crash-2021-05-01_16.51.17-client.txt
This was because of a Scala compilation issue where the Java interface's default implementation was being removed. Fixed in #1625