Sponge Downloads

All builds

  1. 1.21.1-52.1.5-12.0.4-RC2677

    1. Fix plugin construction concurrency error
      Plugin construction is parallized on modded platforms but the event manager was not thread safe.
      Yeregorix - 1 day ago
  2. 1.21.1-52.1.5-12.0.4-RC2676

  3. 1.21.1-52.1.5-12.0.4-RC2666

    1. Close chunk source properly on world unload
      Reverts 7bd89ec.
      
      There can be multiple different async tasks in flight
      during world unload and we need to drain them all.
      
      The commit 7bd89ec did only drain the chunk ones
      which this commit now makes obsolete as they are
      part of the chunk source.
      aromaa - 27 days ago
  4. 1.21.1-52.1.5-12.0.4-RC2665

  5. 1.21.1-52.1.5-12.0.4-RC2664

    1. Send changed biomes to the client
      aromaa - 1 month ago
  6. 1.21.1-52.1.5-12.0.4-RC2662

    1. Implement CAN_PICK_UP_LOOT key
      aromaa - 1 month ago
    SpongeAPI
    1. Add CAN_PICK_UP_LOOT key
      aromaa - 1 month ago
  7. 1.21.1-52.1.5-12.0.4-RC2661

    1. Implement AttributeHolder#defaultAttribute
      aromaa - 1 month ago
    SpongeAPI
    1. Add AttributeHolder#defaultAttribute
      aromaa - 1 month ago
  8. 1.21.1-52.1.5-12.0.4-RC2659

  9. 1.21.1-52.1.5-12.0.4-RC2658

  10. 1.21.1-52.1.5-12.0.4-RC2650

    1. Merge launch source set into main
      Yeregorix - 2 months ago