Sponge Downloads

All builds

  1. 1.21.1-21.1.35-12.0.1-RC2035

    1. Create 'implicit context' when plugin pushes frames
      This allows plugins to properly append
      the cause for events that use the transaction
      system and fires the events after the frame
      has been closed.
      aromaa - 1 year ago
  2. 1.21.1-21.1.35-12.0.1-RC2026

  3. 1.21.1-21.1.35-12.0.1-RC2024

    1. Fix AbstractVillager#getValues
      aromaa - 1 year ago
    2. Make LocaleCache thread safe
      aromaa - 1 year ago
  4. 1.21.1-21.1.35-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
  5. 1.21.1-21.1.35-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
  6. 1.21.1-21.1.35-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
  7. 1.21.1-21.1.35-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
  8. 1.21.1-21.1.35-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
  9. 1.21.1-21.1.35-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
  10. 1.21.1-21.1.35-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