Sponge Downloads

All builds

  1. 1.21.1-21.1.35-12.0.2-RC2246

    1. Bump SpongeAPI
      aromaa - 1 year ago
    SpongeAPI
    1. Add requirement to raw commands node by default
      aromaa - 1 year ago
  2. 1.21.1-21.1.35-12.0.2-RC2243

    1. Set IntelliJ project icon
      Yeregorix - 1 year ago
  3. 1.21.1-21.1.35-12.0.2-RC2242

  4. 1.21.1-21.1.35-12.0.2-RC2241

  5. 1.21.1-21.1.35-12.0.2-RC2240

  6. 1.21.1-21.1.35-12.0.2-RC2239

  7. 1.21.1-21.1.35-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 - 1 year ago
  8. 1.21.1-21.1.35-12.0.2-RC2231

  9. 1.21.1-21.1.35-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
  10. 1.21.1-21.1.35-12.0.2-RC2229

    1. Lazily populate ItemStackSnapshot's keys and values
      These are rarely called, avoid the allocation costs.
      
      Some values might also fetch data that has
      non-trivial time complexity cost.
      aromaa - 1 year ago