Sponge Downloads

All builds

  1. 1.21.1-12.0.4-RC2640

    1. Optimize Inventory#offer
      Avoid clone when passing ItemStackSnapshot
      
      Avoid clone when the whole stack fits in the slot
      and the passed stack was ItemStackSnapshot.
      
      Avoid some extra repeated SlotLens lookups
      aromaa - 2 months ago
    2. Implement ItemStackLike#maxStackQuantity in target classes
      aromaa - 2 months ago
  2. 1.21.1-12.0.4-RC2639

  3. 1.21.1-12.0.4-RC2637

  4. 1.21.1-12.0.4-RC2636

  5. 1.21.1-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
  6. 1.21.1-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
  7. 1.21.1-12.0.4-RC2632

  8. 1.21.1-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
  9. 1.21.1-12.0.4-RC2624

  10. 1.21.1-12.0.4-RC2609

    1. Fix chat messages sent in vanish
      aromaa - 4 months ago