Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: EndstoneMC/endweave
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.3
Choose a base ref
...
head repository: EndstoneMC/endweave
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.4
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 25, 2026

  1. Fix block interactions failing at Y < 0 (#3)

    NetworkBlockPos.read() returned Y as unsigned (e.g. 4294967286 for -10),
    corrupting BlockPos conversion for negative coordinates. Reinterpret the
    uvarint Y as signed 32-bit so all 18 affected packets work below Y=0.
    wu-vincent committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    8d4a7c3 View commit details
    Browse the repository at this point in the history
  2. Release 0.2.4

    github-actions[bot] committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    a5e051a View commit details
    Browse the repository at this point in the history
Loading