Sponge Downloads

All builds

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

    1. fix(registries): fix registry access in early lookups
      Gabriel Harris-Rouquette - 8 days ago
  3. 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 - 11 days ago
    2. chore(git): merge respawn data fixes
      Gabriel Harris-Rouquette - 11 days ago
    3. chore(git): merge api-12 RESPAWN_LOCATIONS support
      Gabriel Harris-Rouquette - 11 days ago
    4. feat(data): honor Keys.RESPAWN_LOCATIONS on live players
      Gabriel Harris-Rouquette - 12 days ago
    5. Fix world border issues and cleanup (#4280)
      Vilperi221 - 15 days ago
    6. Show -1 older commits.
  4. 26.1.2-19.0.0-RC2596 Experimental

    1. fix(recipes): handle Neo changed RecipeManager
      Gabriel Harris-Rouquette - 16 days ago
  5. 26.1.1-19.0.0-RC2589 Experimental

  6. 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 - 26 days ago
  7. 26.1-19.0.0-RC2586 Experimental

    1. spotless
      aromaa - 1 month ago
    2. Fix command registration
      aromaa - 1 month ago
  8. 26.1-19.0.0-RC2584 Experimental

    1. chore(git): merge upstream changes
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 1 month ago
    2. chore(git): merge upstream changes
      Gabriel Harris-Rouquette - 1 month ago
    3. chore(git): merge upstream changes
      Gabriel Harris-Rouquette - 1 month ago
    4. Fix CollideBlockEvent.Impact with world border
      aromaa - 1 month ago
    5. Restrict to build height only for ServerWorld#createSnapshot
      aromaa - 1 month ago
  9. 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 - 1 month ago
    2. refactor(mixins): replace static `RecipeContext` with `ThreadLocal` across platforms
      Gabriel Harris-Rouquette - 1 month ago
    3. feat(forge): update SpongeForge for Forge 62.0.2 / MC 26.1
      Gabriel Harris-Rouquette - 1 month ago
  10. 26.1-19.0.0-RC2578 Experimental

    1. feat(neo): update SpongeNeo for 26.1.0.1-beta
      Update all SpongeNeo mixins to target correct 26.1 bytecode:
      
      - RegistryDataLoaderMixin_Neo: full rewrite using RegistryLoadTaskAccessor
        with @Slice to skip NeoForge's gametest block
      - ReloadableServerResourcesMixin_Neo: fix lambda index ($3→$2), add 7th
        constructor param (newComponents)
      - MinecraftServerMixin_Neo: fix lambda indices ($30/$31→$1/$4)
      - TagLoaderMixin_NeoForge: fix lambda index ($6→$1)
      - AbstractFurnaceBlockEntityMixin_Neo: port vanilla's RecipeContext pattern,
        update burn/canBurn/assemble signatures for 26.1
      - AbstractFurnaceBlockEntityAccessor_Neo: update canBurn invoker signature
      
      Common mixin changes:
      - Move ChatType registration from RegistryDataLoaderMixin (fragile lambda
        target) to new RegistryLoadTaskMixin targeting freezeRegistry at HEAD
      - Move broadcastAll weather redirect from ServerLevelMixin to vanilla-only
        ServerLevelMixin_Vanilla (NeoForge already broadcasts per-dimension)
      
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 1 month ago