Sponge Downloads

All builds

  1. 1.21.10-60.0.1-17.0.1-RC2678

    1. Merge branch 'api-12' into api-17
      # Conflicts:
      #	bootstrap/src/forge/java/org/spongepowered/bootstrap/forge/classloader/FilteringPassthroughClassLoader.java
      #	bootstrap/src/main/java/org/spongepowered/bootstrap/Bootstrap.java
      #	src/main/java/org/spongepowered/common/event/manager/SpongeEventManager.java
      Yeregorix - 3 hours ago
    2. Fix plugin construction concurrency error
      Yeregorix - 1 day ago
    3. Also filter application jars in bootstrap
      Yeregorix - 1 day ago
  2. 1.21.10-60.0.1-17.0.1-RC2667

  3. 1.21.10-60.0.1-17.0.1-RC2663

    1. Add missing TestBlockMode mixin
      aromaa - 1 month ago
  4. 1.21.10-60.0.1-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 months ago
    2. Merge launch source set into main
      Yeregorix - 2 months ago
    3. Fix ChunkMapMixin#impl$onApplyStep mixin signature
      aromaa - 2 months ago
    4. Implement VanishState#hidesTabListEntry
      aromaa - 2 months ago
    SpongeAPI
    1. Merge branch 'api-12' into api-17
      Yeregorix - 2 months ago
    2. Add VanishState#hidesTabListEntry
      aromaa - 2 months ago
  5. 1.21.10-60.0.1-17.0.1-RC2646

    1. Merge remote-tracking branch 'origin/api-12' into api-17
      aromaa - 2 months ago
    2. Avoid recursion in CompoundTagDataView#getView
      aromaa - 2 months ago
    3. Deserialize data directly to the target DataManipulator
      aromaa - 2 months ago
    4. Use ValueContainer#streamKeys in DataUtil
      aromaa - 2 months ago
    5. Implement ValueContainer#streamKeys and ValueContainer#streamValues
      aromaa - 2 months ago
    6. Show -31 older commits.
  6. 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 - 3 months ago
    2. chore(git): api-12 gradle updates
      Gabriel Harris-Rouquette - 3 months ago
    3. Fix chat messages sent in vanish
      aromaa - 3 months ago
    4. Update to Gradle 8.14.4
      Yeregorix - 4 months ago
    5. Basic unit test for DamageEntityEvent
      Yeregorix - 4 months ago
  7. 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 - 4 months ago
    2. feat(data): honor Keys.RESPAWN_LOCATIONS on live players
      Gabriel Harris-Rouquette - 4 months ago
  8. 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 - 4 months ago
  9. 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 - 4 months ago
  10. 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 - 4 months ago
    2. Fix CollideBlockEvent.Impact with world border
      aromaa - 4 months ago
    3. Restrict to build height only for ServerWorld#createSnapshot
      aromaa - 4 months ago