Sponge Downloads

All builds

  1. 1.10.2-5.2.0-BETA-403

  2. 1.10.2-5.2.0-BETA-402

  3. 1.10.2-5.2.0-BETA-401

  4. 1.10.2-5.2.0-BETA-400

  5. 1.10.2-5.2.0-BETA-399

  6. 1.10.2-5.2.0-BETA-398

  7. 1.10.2-5.2.0-BETA-396

  8. 1.10.2-5.2.0-BETA-395

    1. Update SpongeCommon for async lighting v2 and panda redstone.
      bloodshot - 9 years ago
    2. Bump SpongeCommon to fix entities dropping from blocks when cancelled.
      JBYoshi - 9 years ago
    SpongeCommon
    1. Async lighting v2.
      bloodshot - 9 years ago
    2. Remove mixin debug from previous commit.
      bloodshot - 9 years ago
    3. Apply Forge's TE unload patch fix.
      bloodshot - 9 years ago
    4. Fix redstone canConnectTo crash in SF with panda patch enabled.
      bloodshot - 9 years ago
    5. Add Panda4494's Redstone optimization.
      bloodshot - 9 years ago
    6. Avoid using AITask events with no listeners.
      bloodshot - 9 years ago
    7. Fix crashes with mods using CoFH's WorldServerProxy.
      bloodshot - 9 years ago
    8. Throw better exception when villager has no careers
      Aaron Hill - 9 years ago
    9. Capture entity spawns during block breaks and cancel them when block changes are cancelled. Fixes SpongePowered/SpongeForge#899
      JBYoshi - 9 years ago
    10. Move Forge's TE Unload patch to an optimization mixin.
      bloodshot - 9 years ago
    11. Fix entity activation range not checking all chunks in range.
      bloodshot - 9 years ago
    12. Match against owning class when transforming tracked method calls
      Aaron Hill - 9 years ago
    13. Only allow custom beacon potions when set through the API
      Aaron Hill - 9 years ago
    14. Always load chunk on TE request.
      bloodshot - 9 years ago
    15. Cache active chunk for entities and tileentities.
      bloodshot - 9 years ago
    16. Merge pull request #1502 from Cybermaxke/fix-tracker-class-loading-s5
      bloodmc - 9 years ago
    17. Fix unintentionally class loading caused by Tracker redirect methods.
      Seppe Volkaerts - 9 years ago
    18. Cache persisted chunk status for activation ranges.
      bloodshot - 9 years ago
    19. Don't enter TILE_ENTITY_UNLOAD phase on client
      Aaron Hill - 9 years ago
    20. Enter terrain generation phase in createSpawnPosition
      Aaron Hill - 9 years ago
    21. Always force id's to lowercase when read from config.
      bloodshot - 9 years ago
    22. Add TileEntityUnloadState. Fixes SpongePowered/SpongeForge#1470
      bloodshot - 9 years ago
    23. Merge pull request #1496 from Cybermaxke/tracking-fix-stable-5
      bloodmc - 9 years ago
    24. Fixed a issue that caused IncompatibleClassChangeError's.
      Seppe Volkaerts - 9 years ago
    25. Fix SF client crash on world join.
      bloodshot - 9 years ago
    26. Merge pull request #1485 from Cybermaxke/method-tracker-stable-5
      Chris Sanders - 9 years ago
    27. Added a method tracking system.
      Seppe Volkaerts - 9 years ago
    28. Make updateBlocks public. Fixes SpongePowered/SpongeForge#1720
      bloodshot - 9 years ago
    29. Fix CME during TE removal. Fixes #1722
      bloodshot - 9 years ago
    30. Include entire fastutil library
      kashike - 9 years ago
    31. Include fastutil LongOpenHashSet in gradle.
      bloodshot - 9 years ago
    32. Fix MC-117075: TE Unload Lag Spike
      bloodshot - 9 years ago
    33. Don't enable world configs on creation from plugins.
      bloodshot - 9 years ago
    34. Don't return empty chunks in chunk cache.
      bloodshot - 9 years ago
    35. Have PlayerTickPhase surrounded with a try catch to avoid exceptions causing additional stacks. Partially fixes SpongePowered/SpongeForge#1713 and SpongePowered/SpongeForge#1477.
      Gabriel Harris-Rouquette - 9 years ago
    36. Ray trace player digging. Fixes #1415
      bloodshot - 9 years ago
    37. Add missing import.
      bloodshot - 9 years ago
    38. Fix wrong chunk folder being retrieved during mod init.
      bloodshot - 9 years ago
    39. Fix block registry mod spam. Fixes SpongePowered/SpongeForge#1273
      bloodshot - 9 years ago
    40. Fix a thread safety problem which may occur in SpongeEventManager (#1360)
      Yanbing Zhao - 9 years ago
    41. Don't use world from entity when spawning. Fixes SpongePowered/SpongeForge#830
      bloodshot - 9 years ago
    42. Remove getName from MixinItem toString as it can crash on startup.
      bloodshot - 9 years ago
    43. Don't drop items during block restores.
      bloodshot - 9 years ago
  9. 1.10.2-5.2.0-BETA-393

    1. Bump SpongeCommon for XP/food fix when changing dimensions.
      JBYoshi - 9 years ago
  10. 1.10.2-5.2.0-BETA-392

    1. Update SpongeCommon. Fixes #338
      Minecrell - 9 years ago
    SpongeCommon
    1. Bump mixins for updated features and fix MixinEntityPlayer#onGetDisplayName.
      Gabriel Harris-Rouquette - 9 years ago
    2. fix IIOBE when mods extend the player inventory
      Anselm Brehme - 9 years ago