Sponge Downloads

All builds

  1. 1.12.2-2838-7.1.8-RC3962

  2. 1.12.2-2838-7.1.8-RC3961

    1. Update Common/API for tab complete fix
      Daniel Naylor - 6 years ago
    SpongeCommon
    1. Update API for command tab completion fix.
      Daniel Naylor - 6 years ago
  3. 1.12.2-2838-7.1.8-RC3960

  4. 1.12.2-2838-7.1.8-RC3959

    1. Bump common for TileEntity#toString workaround to fix #3024.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 6 years ago
  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.
      Daniel Naylor - 6 years ago
    SpongeCommon
    1. Try to mitigate level_sponge file issues futher
      Daniel Naylor - 6 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]>
      Gabriel Harris-Rouquette - 6 years ago
    SpongeCommon
    1. Bump towards the next release of Sponge.
      Gabriel Harris-Rouquette - 6 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]>
      Gabriel Harris-Rouquette - 6 years ago
    2. Actually bump the common reference.
      Gabriel Harris-Rouquette - 6 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

    1. Use IPhaseState.markTeleported().
      JBYoshi - 6 years ago
  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]>
      Gabriel Harris-Rouquette - 6 years ago