- add a warning screen when seedqueue detects too little allocated memory (thanks @me-nx)
- add weighted locks for resource packs (thanks @me-nx and @Crystal15118)
- configured via a .mcmeta file for the corresponding lock image, so for example
lock-2.png.mcmetawith the following contents:
{
"seedqueue": {
"weight": 10
}
}
- fix benchmark toast text going out of bounds with very big numbers (thanks @me-nx)