Sponge Downloads

All builds

  1. 1.21.1-52.0.3-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 - 2 years ago
    2. Fix SpongeForge NPE when scanning non-plugin file
      Yeregorix - 2 years ago
  2. 1.21.1-52.0.3-12.0.1-RC2013

    1. feat: improve compatibility with another mod
      Works on $4165 an incompatibility found while testing AllTheMods10.
      Gabriel Harris-Rouquette - 2 years ago
  3. 1.21.1-52.0.3-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 - 2 years ago
  4. 1.21.1-52.0.3-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 - 2 years ago
  5. 1.21.1-52.0.3-12.0.1-RC2010

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

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

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

    1. chore: replace ServerPlayer.die overwrite
      Fixes #4159
      
      Makes use of MixinExtras wrappers and sugar to share local variables
      across the several injection points for our death event.
      Gabriel Harris-Rouquette - 2 years ago
  9. 1.21.1-52.0.3-12.0.0-RC1995 Experimental

    1. Fix gradle emitDependencies task cache
      Partially revert what I deleted in 2636070f
      Yeregorix - 2 years ago
  10. 1.21.1-52.0.3-12.0.0-RC1994 Experimental

    1. fix(neo+forge): call living destruct on player death
      The method should only return true if the event was cancelled. We can
      later consider if event syncing is required for this, as currently the
      other injection points for Sponge's events aren't sync'ed either.
      Gabriel Harris-Rouquette - 2 years ago