Sponge Downloads

All builds

  1. 26.1.2-19.0.0-RC2627 Experimental

    1. Bump VanillaGradle to 0.3.2
      Yeregorix - 2 months ago
    2. Update to Gradle 9.4.1
      Yeregorix - 2 months ago
  2. 26.1.2-19.0.0-RC2621 Experimental

    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): update upstream test fixes
      Gabriel Harris-Rouquette - 2 months ago
    3. fix(test): there are two DamageEvents now
      Gabriel Harris-Rouquette - 2 months ago
    4. chore(git): api-18 updates
      Gabriel Harris-Rouquette - 2 months ago
    5. chore(git): gradle updates
      Gabriel Harris-Rouquette - 2 months ago
    6. Show -4 older commits.
  3. 26.1.2-19.0.0-RC2610 Experimental

    1. fix(registries): fix registry access in early lookups
      Gabriel Harris-Rouquette - 2 months ago
  4. 26.1.2-19.0.0-RC2605 Experimental

    1. chore(git): merge respawn data fixes
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 2 months ago
    2. chore(git): merge respawn data fixes
      Gabriel Harris-Rouquette - 2 months ago
    3. chore(git): merge api-12 RESPAWN_LOCATIONS support
      Gabriel Harris-Rouquette - 2 months ago
    4. feat(data): honor Keys.RESPAWN_LOCATIONS on live players
      Gabriel Harris-Rouquette - 2 months ago
    5. Fix world border issues and cleanup (#4280)
      Vilperi221 - 2 months ago
    6. Show -1 older commits.
  5. 26.1.2-19.0.0-RC2596 Experimental

    1. fix(recipes): handle Neo changed RecipeManager
      Gabriel Harris-Rouquette - 2 months ago
  6. 26.1.1-19.0.0-RC2589 Experimental

  7. 26.1.1-19.0.0-RC2587 Experimental

    1. feat(minecraft): update to 26.1.1
      See: https://minecraft.wiki/w/Java_Edition_26.1.1
      Gabriel Harris-Rouquette - 2 months ago
  8. 26.1-19.0.0-RC2586 Experimental

    1. spotless
      aromaa - 3 months ago
    2. Fix command registration
      aromaa - 3 months ago
  9. 26.1-19.0.0-RC2584 Experimental

    1. chore(git): merge upstream changes
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 3 months ago
    2. chore(git): merge upstream changes
      Gabriel Harris-Rouquette - 3 months ago
    3. chore(git): merge upstream changes
      Gabriel Harris-Rouquette - 3 months ago
    4. Fix CollideBlockEvent.Impact with world border
      aromaa - 3 months ago
    5. Restrict to build height only for ServerWorld#createSnapshot
      aromaa - 3 months ago
  10. 26.1-19.0.0-RC2581 Experimental

    1. fix(forge): remove @OnlyIn annotations and fix test infrastructure
      Forge 62.0.2's RuntimeDistCleaner no longer supports @OnlyIn on mod
      classes, throwing UnsupportedOperationException during class loading.
      This broke registry/datapack loading when deserializing components
      (AdventureTextComponent) and flattening keybind components
      (ComponentFlattenerProvider).
      
      - AdventureTextComponent: replace @OnlyIn with runtime dist check via
        clientLocale() helper that catches NoClassDefFoundError on server
      - ComponentFlattenerProvider: remove @OnlyIn from resolveKeybind(),
        already guarded by !Launch.instance().dedicatedServer()
      
      Test infrastructure fixes for Forge (FG 7.x):
      - Add testModulesConfig with --module-path for byte-buddy/mockito JPMS
      - Add --launchTarget forge_userdev_server to test args (FG 7.x no
        longer includes it automatically in run config args)
      - Upgrade JaCoCo 0.8.13 → 0.8.14 for official Java 25 support
      
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 3 months ago
    2. refactor(mixins): replace static `RecipeContext` with `ThreadLocal` across platforms
      Gabriel Harris-Rouquette - 3 months ago
    3. feat(forge): update SpongeForge for Forge 62.0.2 / MC 26.1
      Gabriel Harris-Rouquette - 3 months ago