Sponge Downloads

All builds

  1. 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 - 7 days ago
  2. 1.21.1-21.1.211-12.0.4-RC2624

  3. 1.21.1-21.1.211-12.0.4-RC2609

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

    1. Update to Gradle 8.14.4
      Yeregorix - 11 days ago
    SpongeAPI
    1. Update to Gradle 8.14.4
      Yeregorix - 11 days ago
  5. 1.21.1-21.1.211-12.0.4-RC2607

    1. Basic unit test for DamageEntityEvent
      Yeregorix - 1 month ago
  6. 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 - 12 days ago
  7. 1.21.1-21.1.211-12.0.4-RC2569

  8. 1.21.1-21.1.211-12.0.4-RC2559

    1. fix(tracker): Fix creator/notifier tracking propagation and persistence
      PlayerInteractPhase was shadowing outer packet states during useItemOn,
      causing all tracker delegation (block placement, neighbor notifications)
      to silently no-op. The chunk-level PlayerTracker was also not applying
      the creator-implies-notifier consumer when creating new position entries,
      and block entity notifier data was discarded on chunk reload. Container
      interactions now correctly mark the interacting player as notifier on
      the block position.
      
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 1 month ago
  9. 1.21.1-21.1.211-12.0.4-RC2544

  10. 1.21.1-21.1.211-12.0.4-RC2543

    1. Add missing markDirty in SlotAdapter
      aromaa - 2 months ago