Sponge Downloads

All builds

  1. 1.21.1-52.0.3-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 - 2 years ago
  2. 1.21.1-52.0.3-12.0.1-RC2016

    1. feat: implement WolfVariants
      Gabriel Harris-Rouquette - 2 years ago
    SpongeAPI
    1. feat: add WolfVariant
      Gabriel Harris-Rouquette - 2 years ago
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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