Sponge Downloads

All builds

  1. 1.12.2-2838-7.1.8-RC3962

  2. 1.12.2-2838-7.1.8-RC3961

  3. 1.12.2-2838-7.1.8-RC3960

  4. 1.12.2-2838-7.1.8-RC3959

  5. 1.12.2-2838-7.1.8-RC3958

    1. Update SpongeCommon to try to further mitigate corrupt level_sponge.dat file issues
      We will now make an active attempt to recover from a backup file if the dat file is corrupt. We will also backup the corrupt file - please retain such a file and let us know if you encounter a corrupt level_sponge.dat file.
      dualspiral - 7 years ago
  6. 1.12.2-2838-7.1.8-RC3957

    1. Bump common for development towards the next stable release.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      gabizou - 7 years ago
  7. 1.12.2-2838-7.1.7 Recommended

    1. Bump for Release 7.1.7 build of SpongeForge.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      gabizou - 7 years ago
    2. Actually bump the common reference.
      gabizou - 7 years ago
  8. 1.12.2-2838-7.1.7-RC3954

    1. Make sure Forge's TickEvents are fired in their phase states.
      Fixes #2789.
      
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      jbyoshi - 7 years ago
  9. 1.12.2-2838-7.1.7-RC3953

  10. 1.12.2-2838-7.1.7-RC3952

    1. Bump common for final method changes.
      Due to the issues with mods unintentionally and potentially
      overriding a SpongeAPI mixed in method, there's no verification
      or "exception handler" for us to hook in to when the verify
      error occurs. Because of this, it will be an expected error
      case for the mod author to potentially change their method
      name to be compatible with Sponge. Natively, the methods
      are declared final through SpongeCommon onto the specific
      targets, so only during start up, when the mods content
      classes are being read and verified, will the VerifyError
      be thrown.
      
      This resolves SpongePowered/SpongeCommon#1845
      but with the caveat that the error is now much more
      apparent.
      
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      gabizou - 7 years ago