Sponge Downloads

All builds

  1. 1.21.1-12.0.4-RC2526

    1. Fix some edge cases with plugin provided guice modules
      We now bind everything inside one single binder. This ensures
      that all bindings can access each other bidirectionally when
      private binders are used.
      
      Flatten top level private binders to properly override bindings
      with public ones. The inner module is private and we expose
      public bindings along the ones that private binders expose.
      aromaa - 3 months ago
    2. Fix PluginDependency.LoadOrder -> IModInfo.Ordering converison on Neo
      aromaa - 3 months ago
  2. 1.21.1-12.0.4-RC2525

    1. Bump MixinExtras on Neo too
      aromaa - 3 months ago
    2. Bump MixinExtras to 0.5.3
      aromaa - 3 months ago
  3. 1.21.1-12.0.4-RC2523

    1. Fix damage event result on Neo/Forge
      aromaa - 3 months ago
  4. 1.21.1-12.0.4-RC2519

    1. Handle world operation re-entry on shutdown
      The waitUntilNextTick doesn't really like this, use managedBlock directly instead
      aromaa - 3 months ago
  5. 1.21.1-12.0.4-RC2517

    1. Adjust SpongeWorldManager behaviour
      Fixes that all world mutating operations are done in
      the main thread. I/O is still done async where
      possible.
      
      Now chains all async operations. Most plugins wont
      see a differences as they should be waiting on the
      callbacks.
      
      During shutdown we wait for mutating world operations
      to complete so we leave the disk in consistent state.
      Load and unload operations are cancelled.
      
      During StoppingEngineEvent, all WorldManager opreations are
      done synchronously.
      aromaa - 3 months ago
    2. Fix vanilla executing tasks in async threads
      aromaa - 3 months ago
    3. Replace FutureUtil.completedWithException with CompletableFuture.failedFuture
      aromaa - 3 months ago
  6. 1.21.1-12.0.4-RC2497

  7. 1.21.1-12.0.3 Recommended

    1. chore(release): New recommended version
      Yeregorix - 4 months ago
  8. 1.21.1-12.0.3-RC2494

    1. Fix spotless
      Yeregorix - 4 months ago
    2. Remove a few attack redirects. Fix #4264
      Yeregorix - 4 months ago
  9. 1.21.1-12.0.3-RC2491

    1. Rework stopRiding Overwrite
      aromaa - 4 months ago
    2. Fix world upgrade for pre flattening worlds
      aromaa - 4 months ago
  10. 1.21.1-12.0.3-RC2490