Sponge Downloads

All builds

  1. 1.21.2-pre1-12.0.0-RC1827 Experimental

    1. fix: update for incorrect api removal
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 2 years ago
    2. chore(ci): enable publishing vanilla jars for update branches
      Gabriel Harris-Rouquette - 2 years ago
    3. chore: merge upstream for neo addition
      Gabriel Harris-Rouquette - 2 years ago
    4. chore(update): update for 1.21.2-pre1
      Gabriel Harris-Rouquette - 2 years ago
    5. fix some recipe
      Anselm Brehme - 2 years ago
    6. Show -92 older commits.
    SpongeAPI
    1. feat!: remove deprecated ItemStack methods
      Gabriel Harris-Rouquette - 2 years ago
    2. chore: merge upstream changes for snapshot api preparation
      Gabriel Harris-Rouquette - 2 years ago
    3. chore(update): update to 24w39a
      Gabriel Harris-Rouquette - 2 years ago
    4. Merge upstream additions
      Gabriel Harris-Rouquette - 2 years ago
    5. chore: merge library updates for platform implementations
      Gabriel Harris-Rouquette - 2 years ago
    6. chore: fix some nits
      Gabriel Harris-Rouquette - 2 years ago
    7. feat: update to 24w37a
      Gabriel Harris-Rouquette - 2 years ago
    8. feat: update to 24w36a
      Gabriel Harris-Rouquette - 2 years ago
    9. fix cooldowns
      Anselm Brehme - 2 years ago
    10. fix recipe getIngredients
      Anselm Brehme - 2 years ago
    11. fix ArmorMaterial repairIngredient
      Anselm Brehme - 2 years ago
    12. AgeableWaterCreature
      Anselm Brehme - 2 years ago
    13. fixing explosions
      Anselm Brehme - 2 years ago
    14. wip: start updating to 24w34a
      Gabriel Harris-Rouquette - 2 years ago
  2. 1.21.1-12.0.4-RC2684

    1. Fix explosions sound and particles (#4293)
      CanardNocturne - 15 hours ago
  3. 1.21.1-12.0.4-RC2683

  4. 1.21.1-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 - 3 days ago
  5. 1.21.1-12.0.4-RC2676

  6. 1.21.1-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 - 29 days ago
  7. 1.21.1-12.0.4-RC2665

  8. 1.21.1-12.0.4-RC2664

    1. Send changed biomes to the client
      aromaa - 1 month ago
  9. 1.21.1-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
  10. 1.21.1-12.0.4-RC2661

    1. Implement AttributeHolder#defaultAttribute
      aromaa - 1 month ago
    SpongeAPI
    1. Add AttributeHolder#defaultAttribute
      aromaa - 1 month ago