Sponge Downloads

All builds

  1. 1.21.1-12.0.2-RC2247

    1. Refactor applaunch configuration
      - Remove Configurate from SERVICE/BOOT layer. This improves mod compatibility and reduces jar size.
      - Harmonize all early options in single configuration file. Vanilla and modded platforms had distinct ways to configure early options. Old configs are automatically converted.
      Yeregorix - 12 months ago
  2. 1.21.1-12.0.2-RC2246

    1. Bump SpongeAPI
      aromaa - 12 months ago
    SpongeAPI
    1. Add requirement to raw commands node by default
      aromaa - 12 months ago
  3. 1.21.1-12.0.2-RC2243

    1. Set IntelliJ project icon
      Yeregorix - 12 months ago
  4. 1.21.1-12.0.2-RC2242

  5. 1.21.1-12.0.2-RC2241

  6. 1.21.1-12.0.2-RC2240

  7. 1.21.1-12.0.2-RC2239

  8. 1.21.1-12.0.2-RC2238

    1. Fix compatibility with Lithium
      The remaining mixin conflicts should be fixed on Lithium side and have been reported. In the meantime, we tell Lithium to disable the conflicting parts.
      Yeregorix - 12 months ago
  9. 1.21.1-12.0.2-RC2231

  10. 1.21.1-12.0.2-RC2230

    1. Less invasive IO worker queue clear
      After ccfca26 we now clear the whole IO worker
      queue on world deletion to help with latency on worst
      case scenarios. Unfortunately combining this with
      0e7fe7e causes race condition where we end up
      clearing the synchronize task too.
      
      To fix this, changing the aproach to be less invasive
      and instead just halt all storage tasks but still permit
      other operations to be performed normally.
      
      By just halting the storage operations we still significantly
      reduce the latency. As the world unloading is now async,
      the extra in-flight loads don't cause any big concerns.
      
      We also now cleanly clean up the promises in case
      anyone is depending on them.
      aromaa - 1 year ago