Sponge Downloads

All builds

  1. 1.21.10-21.10.64-17.0.1-RC2651

    1. Merge branch 'api-12' into api-17
      # Conflicts:
      #	SpongeAPI
      #	build.gradle.kts
      #	forge/src/main/java/org/spongepowered/forge/launch/event/SpongeEventBus.java
      #	neoforge/build.gradle.kts
      Yeregorix - 2 days ago
    2. Merge launch source set into main
      Yeregorix - 2 days ago
    3. Fix ChunkMapMixin#impl$onApplyStep mixin signature
      aromaa - 5 days ago
    4. Implement VanishState#hidesTabListEntry
      aromaa - 8 days ago
    SpongeAPI
    1. Merge branch 'api-12' into api-17
      Yeregorix - 2 days ago
    2. Add VanishState#hidesTabListEntry
      aromaa - 8 days ago
  2. 1.21.10-21.10.64-17.0.1-RC2646

    1. Merge remote-tracking branch 'origin/api-12' into api-17
      aromaa - 11 days ago
    2. Avoid recursion in CompoundTagDataView#getView
      aromaa - 12 days ago
    3. Deserialize data directly to the target DataManipulator
      aromaa - 12 days ago
    4. Use ValueContainer#streamKeys in DataUtil
      aromaa - 12 days ago
    5. Implement ValueContainer#streamKeys and ValueContainer#streamValues
      aromaa - 12 days ago
    6. Show -31 older commits.
  3. 1.21.10-21.10.64-17.0.1-RC2618

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

    1. chore(git): merge api-12 RESPAWN_LOCATIONS support
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 2 months ago
    2. feat(data): honor Keys.RESPAWN_LOCATIONS on live players
      Gabriel Harris-Rouquette - 2 months ago
  5. 1.21.10-21.10.64-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 - 2 months ago
  6. 1.21.10-21.10.64-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 - 2 months ago
  7. 1.21.10-21.10.64-17.0.1-RC2582

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

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

  10. 1.21.10-21.10.64-17.0.1-RC2547

    1. Fix villager PROFESSION_TYPE (#4274)
      Vilperi221 - 3 months ago