Sponge Downloads

All builds

  1. 1.21.1-12.0.1-RC2023

    1. Adjust block update cancellation
      Before we would capture the block update too
      early even when the engine refused to schedule it.
      
      Improves the cancellation to more agressively
      try to clear the state as its not entirely
      side effect free operation.
      aromaa - 1 year ago
  2. 1.21.1-12.0.1-RC2022

    1. Fix API tab list desync on death
      When new ServerEntity was created we would
      always create an empty TabList and lose
      the current state and not transfer the
      old state. This became more obvious
      after cd61fe8 where we would now filter
      out all tab list changes.
      
      Fixes this by moving the TabList to
      the connection instance instead.
      aromaa - 1 year ago
  3. 1.21.1-12.0.1-RC2016

    1. feat: implement WolfVariants
      Gabriel Harris-Rouquette - 1 year ago
    SpongeAPI
    1. feat: add WolfVariant
      Gabriel Harris-Rouquette - 1 year ago
  4. 1.21.1-12.0.1-RC2014

    1. No longer set caffeine concurrency level
      It has no effect since Java 8 due to changes in the impl of ConcurrentHashMap.
      Also, it crashes SpongeForge due to JPMS violation.
      Yeregorix - 1 year ago
    2. Fix SpongeForge NPE when scanning non-plugin file
      Yeregorix - 1 year ago
  5. 1.21.1-12.0.1-RC2013

    1. feat: improve compatibility with another mod
      Works on $4165 an incompatibility found while testing AllTheMods10.
      Gabriel Harris-Rouquette - 1 year ago
  6. 1.21.1-12.0.1-RC2012

    1. feat: improve compatibility with observable
      In a part of working on #4165, there's several redirects and general
      incompatibilities that Sponge can introduce with other mods. Notably
      out of the box, there's Observable, which aims to provide per-chunk
      based observability of things that are occurring. It is not confirmed
      this alone is enough to make it work.
      Gabriel Harris-Rouquette - 1 year ago
  7. 1.21.1-12.0.1-RC2011

    1. feat: remove entity data sync overwrite
      This is mainly a compatibility improvement while ensuring Sponge's
      plugins are able to continue reacting to data change events.
      Gabriel Harris-Rouquette - 1 year ago
  8. 1.21.1-12.0.1-RC2010

    1. chore: prepare towards next recommended version
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 1 year ago
  9. 1.21.1-12.0.0 Recommended

    1. feat: prepare minimum recommended 1.21.1 version
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 1 year ago
  10. 1.21.1-12.0.0-RC2002 Experimental

    1. chore: use empty ItemStacks where possible
      W
      Gabriel Harris-Rouquette - 1 year ago
    2. fix: populate damage event modifiers on server only
      Gabriel Harris-Rouquette - 1 year ago
    3. feat: remove PlayerMixin.drop overwrite
      Gabriel Harris-Rouquette - 1 year ago
    4. chore: generify event bridges
      Gabriel Harris-Rouquette - 1 year ago