Sponge Downloads

All builds

  1. 1.21.10-60.0.1-17.0.1-RC2618

    1. fix(test): there are two DamageEvents now
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 7 days ago
    2. chore(git): api-12 gradle updates
      Gabriel Harris-Rouquette - 7 days ago
    3. Fix chat messages sent in vanish
      aromaa - 8 days ago
    4. Update to Gradle 8.14.4
      Yeregorix - 11 days ago
    5. Basic unit test for DamageEntityEvent
      Yeregorix - 1 month ago
  2. 1.21.10-60.0.1-17.0.1-RC2601

    1. chore(git): merge api-12 RESPAWN_LOCATIONS support
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 11 days ago
    2. feat(data): honor Keys.RESPAWN_LOCATIONS on live players
      Gabriel Harris-Rouquette - 12 days ago
  3. 1.21.10-60.0.1-17.0.1-RC2598

    1. Fix world border issues and cleanup (#4280)
      * Fix teleport helper
      
      * Fix WORLD_BORDER key & remove old per-world border
      
      Vanilla now implements per-world world border
      
      * Fix world border saving
      
      * Apply spotless
      
      * Revert SpongeWorldManager & cleanup
      
      * Clear legacy world border after load
      
      * Improve world border tests
      Vilperi221 - 15 days ago
  4. 1.21.10-60.0.1-17.0.1-RC2591

    1. fix(mixin): correct shadow return type for CachedUserNameToIdResolver#get
      The shadow for get(UUID) still declared Optional<GameProfile> from the
      pre-1.21.10 signature. The actual method now returns Optional<NameAndId>,
      causing a ClassCastException at runtime when findById mapped the result
      through SpongeGameProfile::of.
      
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 17 days ago
  5. 1.21.10-60.0.1-17.0.1-RC2582

    1. chore(git): merge upstream changes
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 1 month ago
    2. Fix CollideBlockEvent.Impact with world border
      aromaa - 1 month ago
    3. Restrict to build height only for ServerWorld#createSnapshot
      aromaa - 1 month ago
  6. 1.21.10-60.0.1-17.0.1-RC2563

    1. chore(git): merge tracking persistence fixes
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 1 month ago
    2. fix(tracker): Fix creator/notifier tracking propagation and persistence
      Gabriel Harris-Rouquette - 1 month ago
  7. 1.21.10-60.0.1-17.0.1-RC2548

  8. 1.21.10-60.0.1-17.0.1-RC2547

    1. Fix villager PROFESSION_TYPE (#4274)
      Vilperi221 - 2 months ago
  9. 1.21.10-60.0.1-17.0.1-RC2546

    1. Fix pig IS_SADDLED (#4279)
      Aapo Katila - 2 months ago
  10. 1.21.10-60.0.1-17.0.1-RC2545

    1. Merge branch 'api-12' into api-17
      # Conflicts:
      #	src/main/java/org/spongepowered/common/util/DamageEventUtil.java
      #	src/mixins/java/org/spongepowered/common/mixin/api/minecraft/world/level/storage/ServerLevelDataMixin_API.java
      Yeregorix - 2 months ago
    2. Fix damage event NPE with Apothic Attributes. #4276
      Yeregorix - 2 months ago
    3. Log library download network errors
      Yeregorix - 2 months ago
    4. Add missing markDirty in SlotAdapter
      aromaa - 2 months ago
    5. Synchronize world time immediately when set by a plugin
      aromaa - 2 months ago