Sponge Downloads

All builds

  1. 1.10.2-2123-5.1.0-BETA-1893

    1. Update SpongeCommon for subject fixes.
      bloodshot - 9 years ago
    SpongeCommon
    1. Don't initialize subject on user init.
      bloodshot - 9 years ago
  2. 1.10.2-2123-5.1.0-BETA-1891

    1. Update SpongeCommon for locale error fixes
      Aaron Hill - 9 years ago
    SpongeCommon
    1. Fix up locales
      Aaron Hill - 9 years ago
  3. 1.10.2-2123-5.1.0-BETA-1888

    1. Generate mcmod.info using SpongeGradle
      Minecrell - 9 years ago
  4. 1.10.2-2123-5.1.0-BETA-1882

    1. Generate mcmod.info using SpongeGradle
      Minecrell - 9 years ago
  5. 1.10.2-2123-5.1.0-BETA-1881

    1. Generate mcmod.info using SpongeGradle
      Minecrell - 9 years ago
    SpongeCommon
    1. Update for Platform API changes
      Minecrell - 9 years ago
    2. Generate mcmod.info file for the implementations
      Minecrell - 9 years ago
  6. 1.10.2-2123-5.1.0-BETA-1879

    1. Bump common and fix mixin loading.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 9 years ago
    2. Bump Forge build to 2123
      Aaron Hill - 9 years ago
    3. Re-factor handling of Forge's BreakEvent. Fixes #857
      bloodshot - 9 years ago
    4. Don't add base biome populators if the chunk provider is mod provided
      Nick Conde - 9 years ago
    5. Always fire LivingDropsEvent even when no items are captured.
      bloodshot - 9 years ago
    6. Show -24 older commits.
    SpongeCommon
    1. Implement AreaEffectCloudData and related api stuffs. Bump Mixins.
      Gabriel Harris-Rouquette - 9 years ago
    2. Make CustomInventory listeners work for CustomContainers
      Aaron Hill - 9 years ago
    3. Don't iterate over all player dat files
      Aaron Hill - 9 years ago
    4. Process a copy of the captured transactions in packet handler
      Aaron Hill - 9 years ago
    5. Fire 'InteractItemEvent.Primary' with no stack in hand. Fixes #1016
      bloodshot - 9 years ago
    6. Skip further ChunkGC logic if a chunk cannot be dropped by provider.
      bloodshot - 9 years ago
    7. fix NPE when InventoryArchetype has no InventoryDimension set
      Anselm Brehme - 9 years ago
    8. Add ordinal to canAddEntity redirect to ignore keeping entity spam only.
      bloodshot - 9 years ago
    9. Remove useless log spam during canAddEntity.
      bloodshot - 9 years ago
    10. Don't add base biome populators if the chunk provider is mod provided
      Nick Conde - 9 years ago
    11. Always fire 'DropItemEvent.Destruct' even when no items are captured.
      bloodshot - 9 years ago
    12. Fix ClassCastException when trying to open a queried inventory
      Anselm Brehme - 9 years ago
    13. Fix build error.
      bloodshot - 9 years ago
    14. Fix notifier and owner not being passed to block drop context.
      bloodshot - 9 years ago
    15. Recreate player object on respawn.
      bloodshot - 9 years ago
    16. Check for container slots with null inventories
      Aaron Hill - 10 years ago
    17. Use proper button id for right click drag packet
      Aaron Hill - 10 years ago
    18. Fix missing imports.
      bloodshot - 10 years ago
    19. Move resetAttributeMap to reset method.
      bloodshot - 10 years ago
    20. Fix respawn not resetting last health, food, and XP state at proper time.
      bloodshot - 10 years ago
    21. Clear player inventory on death before firing DropItemEvent event.
      bloodshot - 10 years ago
    22. Merge multi-world command fixes from pull request #498
      Minecrell - 10 years ago
    23. Check for null player connection. Fixes SpongePowered/SpongeForge#1001
      bloodshot - 10 years ago
    24. Fix owner not being passed in CollideEntityEvent cause.
      bloodshot - 10 years ago
    25. Add default collision config for Botania Spark
      Aaron Hill - 10 years ago
    26. Use a copy of the captured slot transactions list in the event
      Aaron Hill - 10 years ago
    27. Implement isMainThread.
      bloodshot - 10 years ago
    28. Remove duplicate InteractItemEvent call.
      bloodshot - 10 years ago
    29. Add user to SpawnEntityEvent cause.
      bloodshot - 10 years ago
    30. Avoid setting a block in an empty chunk.
      bloodshot - 10 years ago
    31. Ensure that IMerchant is a Carrier before casting
      Aaron Hill - 10 years ago
    32. Fix inventory not dropping outside container again. Fixes #991
      bloodshot - 10 years ago
    33. Fix memory leak with inventory.
      bloodshot - 10 years ago
    34. Always allow chunk load requests during dimension changes.
      bloodshot - 10 years ago
    35. Remove chunk unload queue.
      bloodshot - 10 years ago
    36. Re-introduce empty chunk to handle abnormal requests for chunk loads.
      bloodshot - 10 years ago
    37. Remove unecessary mixins adding toString, put the MixinDamageSources in their proper packages.
      Gabriel Harris-Rouquette - 10 years ago
    38. Use entities from SpawnEntityEvent, not the entity initially passed in
      Aaron Hill - 10 years ago
    39. Improve Chunk player block tracking with fastutil maps.
      Gabriel Harris-Rouquette - 10 years ago
    40. Fix collide impact events not passing user in cause.
      bloodshot - 10 years ago
    41. Refactor the ordering of ChunkGC and unloads to avoid clashing.
      bloodshot - 10 years ago
    42. Fix GameProfileQueryTask converting uuid's for no reason.
      bloodshot - 10 years ago
    43. Cache TileEntity ticking Blocksnapshot captures.
      Gabriel Harris-Rouquette - 10 years ago
    44. License headers
      Aaron Hill - 10 years ago
    45. Remove getActualState for tile snapshots.
      bloodshot - 10 years ago
    46. Cleanup handling of inventory drag events
      Aaron Hill - 10 years ago
    47. Fire 'fake' transaction with proper ItemStack, rather than always NONe
      Aaron Hill - 10 years ago
    48. Fix ghost items when shift double-clicking
      Aaron Hill - 10 years ago
    49. Remove odd special handling for certain inventory click events
      Aaron Hill - 10 years ago
    50. Add the entity being spawned to the event list
      Aaron Hill - 10 years ago
    51. Add missing import to MixinWorldEntitySpawner.
      bloodshot - 10 years ago
    52. Fix inventory disappearing after dropping outside of container.
      bloodshot - 10 years ago
    53. Fix world spawner attempting to spawn entities in unloaded chunks.
      bloodshot - 10 years ago
    54. Fix cursor not being restored on cancel. Fixes #993
      bloodshot - 10 years ago
    55. Fix chunks not unloading properly.
      bloodshot - 10 years ago
    56. Don't queue persisted chunks for unload.
      bloodshot - 10 years ago
    57. Improve neighbor chunk checks.
      bloodshot - 10 years ago
    58. Remove leftover debug.
      bloodshot - 10 years ago
    59. Bump API for cherrypicked additions.
      Gabriel Harris-Rouquette - 9 years ago
    60. Handle invalid client inventory packets. Fixes #974, Fixes #991
      bloodshot - 10 years ago
    61. Always call detectAndSendChanges when restoring slots
      Aaron Hill - 10 years ago
    62. Use properties from CustomInventory as well as the archetype
      Aaron Hill - 10 years ago
    63. Move all entity captures during tick phases to instantly throw events instead of capturing.
      Gabriel Harris-Rouquette - 10 years ago
    64. Packet processing can cause explosions as well. Fixes SpongePowered/SpongeForge#959.
      Gabriel Harris-Rouquette - 10 years ago
    65. Shadow fields instea of methods in MixinSoundType
      Aaron Hill - 10 years ago
    66. Update SpongeAPI
      Aaron Hill - 10 years ago
  7. 1.10.2-2098-5.1.0-BETA-1814

    1. Bump common for stable fixes for entity spawn capturing and packet explosions.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 10 years ago
  8. 1.10.2-2098-5.0.0-BETA-1808

    1. Merge zombie and sound type fixes from PR #963
      Minecrell - 10 years ago
    2. Change soundtype register mixin to a callback
      Brynley McDonald - 10 years ago
    3. Fix Forge mixins
      Brynley McDonald - 10 years ago
  9. 1.10.2-2098-5.0.0-BETA-1806

    1. Release 5.0.0.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 10 years ago
    SpongeCommon
    1. Release 5.0.0.
      Chris Sanders - 10 years ago
  10. 1.10.2-2098-5.0.0-BETA-1805

    1. Update for BiomeVolume change
      Aleksi Sapon - 10 years ago
    2. Update SpongeCommon
      Aaron Hill - 10 years ago
    SpongeCommon
    1. Update for BiomeVolume change
      Aleksi Sapon - 10 years ago
    2. Change @Intrinsic to normal shadow
      Aaron Hill - 10 years ago
    3. Implement BlockSounds
      Max Qian - 10 years ago
    4. Fix submodule remote
      Aaron Hill - 10 years ago