Sponge Downloads

All builds

  1. 26.1.1-63.0.0-19.0.0-RC2589 Experimental

  2. 26.1.1-63.0.0-19.0.0-RC2587 Experimental

    1. feat(minecraft): update to 26.1.1
      See: https://minecraft.wiki/w/Java_Edition_26.1.1
      gabizou - 6 months ago
  3. 26.1-62.0.2-19.0.0-RC2586 Experimental

    1. spotless
      aromaa - 6 months ago
    2. Fix command registration
      aromaa - 6 months ago
  4. 26.1-62.0.2-19.0.0-RC2584 Experimental

  5. 26.1-62.0.2-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]>
      gabizou - 6 months ago
    2. refactor(mixins): replace static `RecipeContext` with `ThreadLocal` across platforms
      gabizou - 6 months ago
    3. feat(forge): update SpongeForge for Forge 62.0.2 / MC 26.1
      gabizou - 6 months ago
    4. feat(neo): update SpongeNeo for 26.1.0.1-beta
      gabizou - 6 months ago
    5. feat(minecraft): update to Minecraft 26.1
      gabizou - 6 months ago
    6. Show -38 older commits.