Sponge Downloads

All builds

  1. 1.21.1-21.1.211-12.0.4-RC2636

  2. 1.21.1-21.1.211-12.0.4-RC2635

    1. Implement String based value querying and setting to DataView (#4297)
      * Implement String based value querying and setting to DataView
      
      * Implement DataView#streamRootKeys
      
      * Bump SpongeAPI
      Joni Aromaa - 2 months ago
  3. 1.21.1-21.1.211-12.0.4-RC2634

    1. Fix data store lookup by token not being thread safe
      aromaa - 2 months ago
    2. Cache data store lookups by resource key
      aromaa - 2 months ago
    3. Bump SpongeAPI
      aromaa - 2 months ago
    SpongeAPI
    1. Optimize DataQuery
      aromaa - 2 months ago
  4. 1.21.1-21.1.211-12.0.4-RC2632

  5. 1.21.1-21.1.211-12.0.4-RC2625

    1. Update ItemStack#toContainer to be light wrapper over vanilla data (#4292)
      We now emit the DFU fixer version as DataVersion.
      
      The serialized ItemStack is now stored as is under Data.
      
      This means we can now pass the DataVersion and Data directly
      to the DFU and not worry about the original data layout.
      
      We then can just inspect the outputted version against the
      current format directly or pass it to the vanilla serializer.
      
      This should simplify the churn required for serialization
      and deserialization.
      Joni Aromaa - 3 months ago
  6. 1.21.1-21.1.211-12.0.4-RC2624

  7. 1.21.1-21.1.211-12.0.4-RC2609

    1. Fix chat messages sent in vanish
      aromaa - 3 months ago
  8. 1.21.1-21.1.211-12.0.4-RC2608

    1. Update to Gradle 8.14.4
      Yeregorix - 4 months ago
    SpongeAPI
    1. Update to Gradle 8.14.4
      Yeregorix - 4 months ago
  9. 1.21.1-21.1.211-12.0.4-RC2607

    1. Basic unit test for DamageEntityEvent
      Yeregorix - 4 months ago
  10. 1.21.1-21.1.211-12.0.4-RC2600

    1. feat(data): honor Keys.RESPAWN_LOCATIONS on live players
      ServerPlayerMixin now implements BedLocationHolderBridge backed by a
      per-world map that mirrors into vanilla's single respawn slot and is
      refreshed by bed-sleep / /spawnpoint / respawn-anchor. Forced entries
      for the dying world win over vanilla's slot during respawn selection.
      
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 4 months ago