Sponge Downloads

All builds

  1. 1.8.9-4.2.0-BETA-352

    No changelog is available for this build.
  2. 1.8.9-4.2.0-BETA-351

    No changelog is available for this build.
  3. 1.8.9-4.2.0-BETA-350

    No changelog is available for this build.
  4. 1.8.9-4.2.0-BETA-349

    No changelog is available for this build.
  5. 1.8.9-4.2.0-BETA-348

  6. 1.8.9-4.2.0-BETA-347

    1. Actually fix typo
      Aaron Hill - 10 years ago
    2. Fix typo
      Aaron Hill - 10 years ago
    3. Update SpongeCommon
      Aaron Hill - 10 years ago
    SpongeCommon
    1. Update SpongeAPI
      Aaron Hill - 10 years ago
    2. Fix ClassCastException with getSourceExplosive.
      bloodshot - 10 years ago
    3. Add world config options to control thunderstorms, ice and snow.
      bloodshot - 10 years ago
    4. Turn on block capturing for ice and snow formation.
      bloodshot - 10 years ago
    5. Merge pull request #822 from DDoS/master
      bloodmc - 10 years ago
    6. Update for Direction changes
      Aleksi Sapon - 10 years ago
    7. Change use of Optional.of() to Optional.ofNullable()
      Aaron Hill - 10 years ago
  7. 1.8.9-4.2.0-BETA-344

    1. Update SpongeCommon for ChannelRegistrationEvent change
      Aaron Hill - 10 years ago
    SpongeCommon
    1. Update SpongeAPI
      Aaron Hill - 10 years ago
    2. Add timings for each block that is ticking during updateBlocks.
      bloodshot - 10 years ago
    3. Fix blocks not ticking properly. Improve timings for updateBlocks.
      bloodshot - 10 years ago
    4. Optimize chunk and block ticks with neighbor checks.
      bloodshot - 10 years ago
    5. Don't capture during random block population.
      bloodshot - 10 years ago
    6. Implement PassengerData
      Aaron Hill - 10 years ago
    7. Catch rare crash during forced tick in RandomBlockPopulator.
      bloodshot - 10 years ago
    8. Check for null creator in SpongeItemStackSnapshot.
      bloodshot - 10 years ago
    9. Add creator for SpongeItemStackSnapshot.
      bloodshot - 10 years ago
    10. Fix UNICODE_CHAR_WIDTHS being improperly populated
      Aaron Hill - 10 years ago
    11. Merge GameProfileCache remove and clear methods impl
      Aaron Hill - 10 years ago
    12. Implement 'ChangeInventoryEvent.Pickup' for players.
      bloodshot - 10 years ago
    13. Turn back on capturing for TileEntityPiston's.
      bloodshot - 10 years ago
    14. Fix commands not being able to run async.
      bloodshot - 10 years ago
    15. Add configuration option for additional plugin search directory
      Mumfrey - 10 years ago
    16. Fix a slew of missing override annotations
      Mumfrey - 10 years ago
    17. Modify ChunkGC to have maximum chunk unloads per gc. Default is set to 100.
      Gabriel Harris-Rouquette - 10 years ago
    18. Fix timings version in exported report.
      bloodshot - 10 years ago
    19. Allow commands to load chunks when requested.
      Roque - 10 years ago
    20. Send active potion effects on player respawn
      Aaron Hill - 10 years ago
    21. Add removal and clear methods to GameProfileCache
      kashike - 10 years ago
  8. 1.8.9-4.2.0-BETA-343

    1. Bump common for further loadChunk fixes.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 10 years ago
    SpongeCommon
    1. We actually need to try and load from file to honor API contract.
      Chris Sanders - 10 years ago
  9. 1.8.9-4.2.0-BETA-342

    1. Bump common ref for get/loadChunk fix.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 10 years ago
  10. 1.8.9-4.2.0-BETA-341

    1. Bump common for isAreaLoaded fix.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 10 years ago
    SpongeCommon
    1. Fix isAreaLoaded always checking same chunks. Closes #801.
      Chris Sanders - 10 years ago
    2. Don't capture explosions.
      bloodshot - 10 years ago
    3. Enable chunk requests in safe teleporter
      Aaron Hill - 10 years ago
    4. Add Item entity merge configuration.
      Gabriel Harris-Rouquette - 10 years ago
    5. Don't allow chunk requests during world gen.
      bloodshot - 10 years ago
    6. Fix block meta not being applied correctly to createSnapshot API calls.
      bloodshot - 10 years ago