Sponge Downloads

All builds

  1. 1.10.2-5.2.0-BETA-381

  2. 1.10.2-5.2.0-BETA-377

    1. Fix wakeUpPlayer overwrite
      Closes #304
      Aaron1011 - 10 years ago
  3. 1.10.2-5.2.0-BETA-376

  4. 1.10.2-5.2.0-BETA-375

    1. Bump common for API version bump 5.2.0-SNAPSHOT
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      gabizou - 10 years ago
  5. 1.10.2-5.1.0-BETA-380

  6. 1.10.2-5.1.0-BETA-379

    1. Update SpongeCommon
      Aaron1011 - 10 years ago
    SpongeCommon
    1. Re-add onlyOnce check
      Aaron1011 - 10 years ago
    2. Profiler fixup
      Aaron1011 - 10 years ago
    3. Clean up async lighting
      Aaron1011 - 10 years ago
  7. 1.10.2-5.1.0-BETA-378

  8. 1.10.2-5.1.0-BETA-374

    1. Bump common for API 5.1.0 release.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      gabizou - 10 years ago
    SpongeCommon
    1. Bump API for stable API 5.1.0 release.
      gabizou - 10 years ago
    2. Include event factory in devJar
      stephan-gh - 10 years ago
    3. Implement Player Chat Simulation.
      me4502 - 10 years ago
    4. Implement spectator camera view methods
      kashike - 10 years ago
    5. Corrections by Kashike.
      Zidane - 10 years ago
    6. Fix Humans not persisting.
      Zidane - 10 years ago
    7. Re-initialize sponge ai information when entity joins world (if needed)
      Aaron1011 - 10 years ago
    8. Print out more information on CauseTracker errors
      Aaron1011 - 10 years ago
    9. Fix command TeleportCause if entity not present.
      bloodmc - 10 years ago
    10. Fix command teleports not using proper TeleportCause.
      bloodmc - 10 years ago
    11. Use proper MessageChannel for player deaths
      Aaron1011 - 10 years ago
    12. Fix all instance field accessors qualified with 'this'.
      gabizou - 10 years ago
    13. Check username cache if username not found in mojang cache. Fixes #1215
      bloodmc - 10 years ago
    14. Handle server hostname being unavailable
      Aaron1011 - 10 years ago
    15. Only fetch BlockState once when resetting client state during digging
      kashike - 10 years ago
    16. Correctly fire InteractBlockEvent.Primary.OffHand when server tick finishes
      kashike - 10 years ago
    17. Correctly fire InteractBlockEvent.Primary.OffHand when interacting with a block using OFF_HAND
      kashike - 10 years ago
    18. Update lighting async.
      bloodmc - 10 years ago
    19. Move MixinMutableBlockPos to optional mixin json.
      bloodmc - 10 years ago
    20. Move BlockPos inlining and Lighting optimizations into core.
      gabizou - 10 years ago
    21. Chunk save queue improvements.
      aikar - 10 years ago
    22. Refactor world spawner for optimizations and support of entity limits.
      bloodmc - 10 years ago
    23. Avoid processing block drops multiple times for a single location
      Aaron1011 - 10 years ago
    24. Downgrade 'no entity type register' message from ERROR to WARN
      Aaron1011 - 10 years ago
    25. Handle unusual NoClassDefFoundError
      Aaron1011 - 10 years ago
  9. 1.10.2-5.1.0-BETA-373

  10. 1.10.2-5.1.0-BETA-372

    1. Update SpongeCommon
      Aaron1011 - 10 years ago
    SpongeCommon
    1. Require expected phase to be passed to CauseTracker#completePhase
      Aaron1011 - 10 years ago
    2. Actually track entity spawns during inventory clicks. Fixes SpongePowered#1193
      jbyoshi - 10 years ago
    3. Fix loadWorld method in WorldManager.
      TheRaspPie - 10 years ago
    4. Check for cancelled SaveWorldEvent.Pre and UnloadWorldEvent.
      TheRaspPie - 10 years ago
    5. Properly exit TERRAIN_GENERATION phase on exception
      Aaron1011 - 10 years ago
    6. Update SpongeAPI.
      bloodmc - 10 years ago
    7. Don't track block drops in NoCaptureBlockTickPhaseState.
      jbyoshi - 10 years ago
    8. Bump API for javadoc cleanup. Minor code cleanup and nullability checks.
      gabizou - 10 years ago
    9. Remove Y check during entity tick to allow for teleports in void.
      bloodmc - 10 years ago
    10. Fix CollideEvent not checking for invalid positions.
      bloodmc - 10 years ago
    11. Use config world modifiers if present. Fixes #1188
      bloodmc - 10 years ago
    12. Fire DropItemEvent.Dispense instead of Custom on container close
      Aaron1011 - 10 years ago
    13. Clean up check for invalid 'spectator' containers
      Aaron1011 - 10 years ago
    14. Don't process block items drops twice in EntityTickPhaseState
      Aaron1011 - 10 years ago
    15. Add missing 'remap=false'
      Aaron1011 - 10 years ago
    16. Make Netty log the caught exception from ChannelHandler#exceptionCaught
      Aaron1011 - 10 years ago
    17. Bump API for addition.
      gabizou - 10 years ago
    18. Make changes to support Forge's "remove erroring (Tile)Entity" options
      Aaron1011 - 10 years ago
    19. Fix broken item drop logic
      Aaron1011 - 10 years ago
    20. Don't create world config in MixinWorldSettings
      Aaron1011 - 10 years ago
    21. Add temporary workaround for spectator 'chest' containers
      Aaron1011 - 10 years ago
    22. Remove WorldServerMulti usage to avoid using DerivedWorldInfo.
      bloodmc - 10 years ago
    23. Fix various issues with mod dimensions.
      bloodmc - 10 years ago