Sponge Downloads

All builds

  1. 1.11.2-6.1.0-BETA-27

  2. 1.11.2-6.1.0-BETA-26

  3. 1.11.2-6.1.0-BETA-25

  4. 1.11.2-6.1.0-BETA-24

  5. 1.11.2-6.1.0-BETA-23

  6. 1.11.2-6.1.0-BETA-22

  7. 1.11.2-6.1.0-BETA-21

  8. 1.11.2-6.1.0-BETA-20

  9. 1.11.2-6.1.0-BETA-19

    1. Update SpongeCommon for async lighting v2 and panda redstone.
      bloodmc - 9 years ago
    2. Bump SpongeCommon to fix entities dropping from blocks when cancelled.
      jbyoshi - 9 years ago
    SpongeCommon
    1. Async lighting v2.
      bloodmc - 9 years ago
    2. Fix error in MixinBlockRedstoneWire.
      bloodmc - 9 years ago
    3. Apply Forge's TE unload patch fix.
      bloodmc - 9 years ago
    4. Fix redstone canConnectTo crash in SF with panda patch enabled.
      bloodmc - 9 years ago
    5. Add Panda4494's Redstone optimization.
      bloodmc - 9 years ago
    6. Avoid using AITask events with no listeners.
      bloodmc - 9 years ago
    7. Fix crashes with mods using CoFH's WorldServerProxy.
      bloodmc - 9 years ago
    8. Throw better exception when villager has no careers
      Aaron1011 - 9 years ago
    9. Fix MixinWorld_TileEntityActivation. Added new hook method in MixinWorld.
      gabizou - 9 years ago
    10. Update MixinChunk_TileEntity_Unload to newer MCP mappings in stable-6
      stephan-gh - 9 years ago
    11. Capture entity spawns during block breaks and cancel them when block changes are cancelled. Fixes SpongePowered/SpongeForge#899
      jbyoshi - 9 years ago
    12. Move Forge's TE Unload patch to an optimization mixin.
      bloodmc - 9 years ago
    13. Fix entity activation range not checking all chunks in range.
      bloodmc - 9 years ago
    14. Match against owning class when transforming tracked method calls
      Aaron1011 - 9 years ago
    15. Only allow custom beacon potions when set through the API
      Aaron1011 - 9 years ago
    16. Implement Health Scaling.
      gabizou - 9 years ago
    17. Remove invalid mixin from core json.
      bloodmc - 9 years ago
    18. Fix core json.
      bloodmc - 9 years ago
    19. Cache active chunk for entities and tileentities.
      bloodmc - 9 years ago
    20. Cache persisted chunk status for activation ranges.
      bloodmc - 9 years ago
    21. Don't enter TILE_ENTITY_UNLOAD phase on client
      Aaron1011 - 9 years ago
    22. Always force id's to lowercase when read from config.
      bloodmc - 9 years ago
    23. Add TileEntityUnloadState. Fixes SpongePowered/SpongeForge#1470
      bloodmc - 9 years ago
    24. Merge pull request #1501 from Cybermaxke/fic-tracker-class-loading-s6
      bloodmc - 9 years ago
    25. Fix unintentionally class loading caused by Tracker redirect methods.
      Cybermaxke - 9 years ago
    26. Enter terrain generation phase in createSpawnPosition
      Aaron1011 - 9 years ago
    27. Fix SF client crash on world join.
      bloodmc - 9 years ago
    28. Merge pull request #1497 from Cybermaxke/tracking-fix-stable-6
      bloodmc - 9 years ago
    29. Fixed a issue that caused IncompatibleClassChangeError's.
      Cybermaxke - 9 years ago
    30. Merge pull request #1486 from Cybermaxke/method-tracker-stable-6
      Zidane - 9 years ago
    31. Added a method tracking system.
      Cybermaxke - 9 years ago
    32. Fix CME during TE removal. Fixes SpongePowered/SpongeForge#1722
      bloodmc - 9 years ago
    33. Include entire fastutil library
      kashike - 9 years ago
    34. Fix MixinChunk overwrites.
      bloodmc - 9 years ago
    35. Fix MC-117075: TE Unload Lag Spike
      bloodmc - 9 years ago
    36. Don't enable world configs on creation from plugins.
      bloodmc - 9 years ago
    37. Don't return empty chunks in chunk cache.
      bloodmc - 9 years ago
    38. Ray trace player digging. Fixes #1415
      bloodmc - 9 years ago
    39. Don't drop items during block restores.
      bloodmc - 9 years ago
    40. Have PlayerTickPhase surrounded with a try catch to avoid exceptions causing additional stacks. Partially fixes SpongePowered/SpongeForge#1713 and SpongePowered/SpongeForge#1477.
      gabizou - 9 years ago
    41. Fix wrong chunk folder being retrieved during mod init.
      bloodmc - 9 years ago
    42. Fix block registry mod spam. Fixes SpongePowered/SpongeForge#1273
      bloodmc - 9 years ago
    43. Don't use world from entity when spawning. Fixes SpongePowered/SpongeForge#830
      bloodmc - 9 years ago
    44. Fix a thread safety problem which may occur in SpongeEventManager (#1360)
      ustc-zzzz - 9 years ago
    45. Implement Villager.getCarrier().
      jbyoshi - 9 years ago
    46. Remove getName from MixinItem toString as it can crash on startup.
      bloodmc - 9 years ago
  10. 1.11.2-6.1.0-BETA-17

    1. Bump SpongeCommon for XP/food fix when changing dimensions.
      jbyoshi - 9 years ago
    2. Bump SpongeCommon for Inventory.queryAny() revert.
      jbyoshi - 9 years ago
    3. Bump SpongeCommon for Inventory.queryAll(Object...).
      jbyoshi - 9 years ago
    SpongeCommon
    1. Resend XP and food whenever a player changes dimensions. Fixes SpongePowered/SpongeForge#1706
      jbyoshi - 9 years ago
    2. Avoid processing inventory events when there are no transactions or entities.
      bloodmc - 9 years ago
    3. Add WorldUnload tracking phase. Fixes SpongePowered/SpongeForge#1690
      bloodmc - 9 years ago
    4. Re-add container overwrite to handle listeners that already exist.
      bloodmc - 9 years ago
    5. Check for invalid transactions post inventory event. Fixes #1448
      bloodmc - 9 years ago
    6. Always resend player inventory to client when an inventory event is cancelled.
      bloodmc - 9 years ago
    7. Fix client crash when instantiating EntityPlayerSP.
      jbyoshi - 9 years ago
    8. Implement ConnectedDirection values (the DataManipulator is already done). Fixes #1436
      jbyoshi - 9 years ago
    9. Turn off capture inventory after player drop.
      bloodmc - 9 years ago
    10. handle mods extending PlayerInventory
      Faithcaio - 9 years ago
    11. Fix fireballs ignoring mobGriefing gamerule
      Aaron1011 - 9 years ago
    12. Add better fake world detection. Lazily evaluated, method can be used on any World object now.
      gabizou - 9 years ago
    13. Use Slice instead of ordinal
      Xfel - 9 years ago
    14. Fix misplaced phase complete in chunk generation
      Xfel - 9 years ago
    15. Improve processUseEntity overwrite comments.
      bloodmc - 9 years ago
    16. Use isFake method for dummy world check in entity activation init.
      bloodmc - 9 years ago
    17. Check for dummy worlds before entity activation init.
      bloodmc - 9 years ago
    18. Don't update light async if executor is shutdown.
      bloodmc - 9 years ago
    19. Don't update light async during server shutdown. Fixes #1690
      bloodmc - 9 years ago
    20. fix IIOBE when mods extend the player inventory
      Faithcaio - 9 years ago
    21. Revert "Change Inventory.query(Object...) to use exact stacks and add a method that ignores the stack size."
      jbyoshi - 9 years ago
    22. Change Inventory.query(Object...) to use exact stacks and add a method that ignores the stack size.
      jbyoshi - 9 years ago