Sponge Downloads

All builds

  1. 1.16.5-36.2.5-8.0.0-RC1062 Experimental

  2. 1.16.5-36.2.5-8.0.0-RC1061 Experimental

  3. 1.16.5-36.2.5-8.0.0-RC1060 Experimental

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

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

    1. remove timings
      immorpheus - 5 years ago
  6. 1.16.5-36.2.5-8.0.0-RC1057 Experimental

  7. 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]>
      gabizou - 5 years ago
  8. 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
      Faithcaio - 5 years ago
  9. 1.16.5-36.2.5-8.0.0-RC1052 Experimental

  10. 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.
      gabizou - 5 years ago