Changes since v0.0.0-rc.6
Anti-Xray
- Added unchecked block update API to ShadowChunk
- Provide explicit support for Alternate Current. Fixes #20
Debug
- Fix fault when mixin has no environment in package
Development
- Updated Minecraft to 1.19
- Updated Actions workflows.
- Also fixed typo since 0.0.0-rc.7
- Migrated to SLF4J.
Changes since v0.0.0-rc.5
Anti-Xray
- Replaced AccessorBlockTag with registry tags
- Add
minecraft:barrel
tocontainers.json
- Replace BitSet implementation to use single bitset per chunk
Locking
- Short circuit blank string to no permissions
- Update lock commands & documentation
Debug
- Add
DownloadingTerrainScreen
disabler - Fix bad block entity offset for rendering
Development
- Updated Minecraft to 1.19-pre3 then 1.19-pre5
- Updated Gradle to 7.4.2
- Removed
jar
declarations - Restructure Gradle & cleanup manifests
Changes since v0.0.0-rc.4
- Updated to 1.18.2
- Fixed crash/kick bug falling out of world
- Dropped old internal transformer methods
- Fixed PacketTransformer not correctly transforming
invokeInterface
andinvokeVirtual
calls - Fixed bad project setup due to null
ref
Full Changelog: https://github.com/the-glitch-network/plymouth-fabric/compare/v0.0.0-rc.4+mc.1.18.1...v0.0.0-rc.5+mc.1.18.2
Changes since v0.0.0-rc.3
- Attempted fix for IdListPalette overflowing on subchunk copy
- Added mitigation on IF* for mod compatibility. Real fix is to come later.
Full Changelog: https://github.com/the-glitch-network/plymouth-fabric/compare/v0.0.0-rc.3+mc.1.18.1...v0.0.0-rc.4+mc.1.18.1
Changes since v0.0.0-rc.2
- Fixed critical issue where the anti-xray view emptied the subchunk graphically on all clients.
- Updated caching logic to be smarter and allow better pass through for copying.
- Reimplemented the copy logic for as the vanilla method did not reinitialise the palette correctly.
- Dropped
plymouth-anti-xray:no_smear
, for as intrinsics has long replaced it. ChunkDeltaUpdateS2CPacket
now properly caught viaChunkSection
within the two mass transformers.- Automatically include a changelog on Modrinth on release.