Skip to content

Choose a tag to compare

@contariaa contariaa released this 04 Nov 00:31
  • 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.mcmeta with the following contents:
{
    "seedqueue": {
        "weight": 10
    }
}
  • fix benchmark toast text going out of bounds with very big numbers (thanks @me-nx)