Sponge Downloads

All builds

  1. 1.21.1-12.0.2-RC2231

  2. 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 - 11 months ago
  3. 1.21.1-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 - 11 months ago
  4. 1.21.1-12.0.2-RC2225

    1. Remove unused access widener
      Yeregorix - 11 months ago
  5. 1.21.1-12.0.2-RC2202

    1. Fix CreateMapEvent side effects
      Yeregorix - 11 months ago
  6. 1.21.1-12.0.2-RC2197

    1. Update README.md
      Yeregorix - 11 months ago
  7. 1.21.1-12.0.2-RC2196

  8. 1.21.1-12.0.2-RC2195

    1. Update issue templates
      Yeregorix - 11 months ago
  9. 1.21.1-12.0.2-RC2194

    1. Adds SpongeNeo to issues templates (#4207)
      * Update bug_report.yml
      
      * Update feature_request.yml
      Mose - 11 months ago
  10. 1.21.1-12.0.2-RC2190