- Update to Minecraft 1.20
- Update to Minecraft 1.19.4
- Reduce memory overhead of quad lists in simple models
- Deduplicate
faceSturdy
arrays in blockstate cache (KJP12)
- Update to 1.19.3
- Update to Minecraft 1.19.3
- Forge is not available on 1.19.3 yet, so this is only on Fabric/Quilt for now
- Fix crash when the stream returned by
getResourceAsStream
does not return the full file at once- This has only happened on Quilt in practice, but could also happen in future Forge versions
- Fix crash on recent Quilt builds
- Fix crash when the working directory of the game does not match the instance directory
- Fix crash when the working directory of the game does not match the instance directory
- On Fabric this was fixed in 1.17, so there is no Fabric equivalent of this build
- Fix support for recent Forge builds
- As this change is only relevant on Forge there is no Fabric/Quilt version of build 5.0.1
- Update to 1.19
- Disable threading detector optimizations by default
- They cause a very rare and impossible-to-reproduce crash, so enable at your own risk
- Updated to 1.18.2 (no actual code changes, but needed to be rebuilt)
- Automatically disable ThreadingDetector changes when Lithium is present
- Lithium completely removes the detector, which is both smaller and faster than FCs implementation which keeps functionality