Releases: Modflower/plymouth-fabric
Releases · Modflower/plymouth-fabric
v0.0.0-rc.4 for Minecraft 1.18
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: v0.0.0-rc.3+mc.1.18.1...v0.0.0-rc.4+mc.1.18.1
v0.0.0-rc.3 for Minecraft 1.18
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.
v0.0.0-rc.2 for Minecraft 1.18
Changes since v0.0.0-beta.11
- Updated to Java 18
- Dropped Tracker from being built. Includes Plymouth Database and Hachimitsu Database
- Please use Ledger in its place; it's far more complete than Tracker ever was.
- Added C2ME compatibility to Anti-Xray.
- This may have changed how the anti-xray view is generated. Please report any oddities to the issue tracker.
- Anti-Xray now targets all vanilla packets that could contain the world block view.
- This may have introduced some weird breakage with certain mods. Please report any and all bugs & crashes to the issue tracker.
- Migrated to Plymouth-Loom.
- Source documentation maybe broken as such.
Changes since v0.0.0-rc.1
- Fixed Minotaur uploading for Modrinth.
Full Changelog: v0.0.0-beta.11+mc.1.17.1...v0.0.0-rc2+mc.1.18.1
v0.0.0-beta.9 for Minecraft 1.17
Changes since v0.0.0-beta.8
- Fixes DeathLookupRecord returning DEATH instead of LOOKUP_DEATH, making death lookups error.
- Now tracks removal of paintings, item frames and other decor entities.
v0.0.0-beta.11 for Minecraft 1.17.1
Changes since v0.0.0-beta.10
- Remove failed to hide block log from anti-xray. Cleaner logs, anyone?
v0.0.0-beta.10 for Minecraft 1.17.1
Changes since v0.0.0-beta.9
- Updated to 1.17.1
- Fixes anvil crash in tracker on 1.17.1. This change makes Tracker incompatible with 1.17 and below.
v0.0.0-beta.8 for Minecraft 1.17
Changes since v0.0.0-beta.7
- Fix build failure due to bad remapJar task dependency. The previous changelog is appended below.
Changes since v0.0.0-beta.6
- Added Hotspot command in Miscellaneous.
- Added campfires to Anti-Xray's default hidden tag.
- Fixed Locking's annoying hunger check. You can now shift+right click for other things when full.
- Fixed Tracker using cause_pos on inventory lookup via inspect.
- Fixed Debug's boxes and added more listeners.
- Fixed pack.mcmeta not being bumped for Minecraft 1.17.
- Refactored various bits of code to take advantage of Java 16.
- Refactored segments of database into its own reusable module.
- Updated versions of various things
[Failed] v0.0.0-beta.7 for Minecraft 1.17
Changes since v0.0.0-beta.6
- Added Hotspot command in Miscellaneous.
- Added campfires to Anti-Xray's default hidden tag.
- Fixed Locking's annoying hunger check. You can now shift+right click for other things when full.
- Fixed Tracker using cause_pos on inventory lookup via inspect.
- Fixed Debug's boxes and added more listeners.
- Fixed pack.mcmeta not being bumped for Minecraft 1.17.
- Refactored various bits of code to take advantage of Java 16.
- Refactored segments of database into its own reusable module.
- Updated versions of various things
v0.0.0-beta.6 for Minecraft 1.17
Changes since 0.0.0-beta.5
- Removed generic from mixins/targets/MixinPlayerInventory as apparently TinyRemapper doesn't like remapping anything with a generic signature.