Sponge Downloads

All builds

  1. 1.21.1-52.0.3-12.0.1-RC2043

    1. Fixes to inventory transactions
      aromaa - 1 year ago
  2. 1.21.1-52.0.3-12.0.1-RC2042

    1. Update metadata
      aromaa - 1 year ago
    2. Fix BlockTransaction#setCustom
      aromaa - 1 year ago
    3. Adjust implicit phase injection
      aromaa - 1 year ago
    4. Clean up PhaseTracker usages
      aromaa - 1 year ago
  3. 1.21.1-52.0.3-12.0.1-RC2038

    1. Implement LAST_DATE_JOINED
      This was introduced in API 8 but was
      completly forgotten about.
      aromaa - 1 year ago
    2. Implement value quality for Value<T>
      aromaa - 1 year ago
    SpongeAPI
    1. Add User#hasPlayedBefore
      aromaa - 1 year ago
  4. 1.21.1-52.0.3-12.0.1-RC2037

    1. Implement CollectionDataProvider
      Also switch potion effects to use it
      aromaa - 1 year ago
    SpongeAPI
    1. Add CollectionDataProvider
      aromaa - 1 year ago
  5. 1.21.1-52.0.3-12.0.1-RC2036

  6. 1.21.1-52.0.3-12.0.1-RC2035

    1. Create 'implicit context' when plugin pushes frames
      This allows plugins to properly append
      the cause for events that use the transaction
      system and fires the events after the frame
      has been closed.
      aromaa - 1 year ago
  7. 1.21.1-52.0.3-12.0.1-RC2026

  8. 1.21.1-52.0.3-12.0.1-RC2024

    1. Fix AbstractVillager#getValues
      aromaa - 1 year ago
    2. Make LocaleCache thread safe
      aromaa - 1 year ago
  9. 1.21.1-52.0.3-12.0.1-RC2023

    1. Adjust block update cancellation
      Before we would capture the block update too
      early even when the engine refused to schedule it.
      
      Improves the cancellation to more agressively
      try to clear the state as its not entirely
      side effect free operation.
      aromaa - 1 year ago
  10. 1.21.1-52.0.3-12.0.1-RC2022

    1. Fix API tab list desync on death
      When new ServerEntity was created we would
      always create an empty TabList and lose
      the current state and not transfer the
      old state. This became more obvious
      after cd61fe8 where we would now filter
      out all tab list changes.
      
      Fixes this by moving the TabList to
      the connection instance instead.
      aromaa - 1 year ago