Skip to content

Releases: Modflower/plymouth-fabric

v0.0.0-rc.4 for Minecraft 1.18

20 Feb 08:02
Compare
Choose a tag to compare
Pre-release

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

10 Feb 17:30
Compare
Choose a tag to compare
Pre-release

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 via ChunkSection within the two mass transformers.
  • Automatically include a changelog on Modrinth on release.

v0.0.0-rc.2 for Minecraft 1.18

07 Feb 16:53
Compare
Choose a tag to compare
Pre-release

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

29 Jul 05:02
Compare
Choose a tag to compare
Pre-release

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

29 Jul 07:58
Compare
Choose a tag to compare
Pre-release

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

29 Jul 07:32
Compare
Choose a tag to compare
Pre-release

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

15 Jul 07:11
Compare
Choose a tag to compare
Pre-release

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

15 Jul 07:00
Compare
Choose a tag to compare

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

06 Jul 10:45
Compare
Choose a tag to compare
Pre-release

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.

v0.0.0-beta.5 for Minecraft 1.17

05 Jul 23:59
Compare
Choose a tag to compare
Pre-release

Changes since v0.0.0-beta.4

  • Applied fireball patch for beds, respawn anchors and end crystals.
  • Added #3
  • Fixed #6
  • Fixed #8
  • Fixed #9
  • Fixed #10
  • Fixed #11
  • Fixed #12
  • Fixed #13