Sponge Downloads

All builds

  1. 1.16.5-36.2.5-8.0.0-RC1061 Experimental

    1. Push potion effects onto the cause frame when ticking
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 4 years ago
    2. Enable and implement Keys.HEALTH value change events
      Gabriel Harris-Rouquette - 4 years ago
    3. Re-add implementation for DataParameter events
      Gabriel Harris-Rouquette - 4 years ago
  2. 1.16.5-36.2.5-8.0.0-RC1060 Experimental

    1. do not enter second GrowablePhaseContext
      fixes using bonemeal to grow trees
      Anselm Brehme - 4 years ago
  3. 1.16.5-36.2.5-8.0.0-RC1059 Experimental

    1. Revert "remove timings"
      This reverts commit 3026c987544988562ecc7216c4a2633b02f6fa4e.
      ImMorpheus - 4 years ago
  4. 1.16.5-36.2.5-8.0.0-RC1058 Experimental

    1. remove timings
      ImMorpheus - 4 years ago
  5. 1.16.5-36.2.5-8.0.0-RC1057 Experimental

    1. Implement BlockType#validStates (#3609)
      Yeregorix - 4 years ago
  6. 1.16.5-36.2.5-8.0.0-RC1055 Experimental

    1. Lower priority overwrite for LivingEntity.hurt. Fixes #3603
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 4 years ago
  7. 1.16.5-36.2.5-8.0.0-RC1053 Experimental

    1. fixing a few inventory issues:
      - missing menu client sync
      - viewer tracking
      - inventory data
      - furnace lens
      - ignore capture on open inventory of ticking blockentity
      - add cooking event test
      Anselm Brehme - 4 years ago
  8. 1.16.5-36.2.5-8.0.0-RC1052 Experimental

  9. 1.16.5-36.2.5-8.0.0-RC1050 Experimental

    1. Schedule world unloads. Fixes #3585
      This workaround does two things:
      - Schedules world unloading onto the MinecraftServer's
        Server Thread executor to enforce a uniform threaded
        access and avoid possible race conditions with asynchronous tasks
        causing a deadlock on worlds attempting to schedule new tasks
      - Adds a safety net to PoiManager.add to avoid scheduling new files
        to be read while the world itself is already unloaded.
      
      This should resolve the issue well enough, but there might be other
      corner cases of scheduled tasks that could trigger a similar issue.
      Gabriel Harris-Rouquette - 4 years ago
  10. 1.16.5-36.2.5-8.0.0-RC1049 Experimental

    1. Fix license
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 4 years ago
    2. Replace ChunkEvent.Generated hook (fixes #3582). Merges #3583.
      Jason Penilla - 4 years ago