Sponge Downloads

All builds

  1. 1.10.2-5.0.0-BETA-116

    1. Update SpongeCommon
      Minecrell - 10 years ago
    SpongeCommon
    1. Include fastutil in POM. Fixes #934
      Minecrell - 10 years ago
    2. Update SpongeAPI for ServerBossBar changes
      kashike - 10 years ago
    3. Fix FilteringSlot not using filter, and make TileEntityBeacon use it properly
      Aaron Hill - 10 years ago
    4. Update SpongeCommon for build fix.
      bloodshot - 10 years ago
    5. Fix client jitter when attempting to teleport to an unloaded world.
      bloodshot - 10 years ago
    6. I always forget headers...
      Chris Sanders - 10 years ago
    7. Whoops, copy/paste fail.
      Chris Sanders - 10 years ago
    8. Bump for API changes. Implement Hopper MC. Implement Chest MC Inventory.
      Chris Sanders - 10 years ago
    9. Sigh...I need to take abreak.
      Chris Sanders - 10 years ago
    10. Did not mean to rename this...
      Chris Sanders - 10 years ago
    11. Implement Beacon TE Inventory.
      Chris Sanders - 10 years ago
    12. Merge pull request #933 from SpongePowered/feature/ender-chest-impl
      Chris Sanders - 10 years ago
    13. Implemented EnderChests
      Me4502 - 10 years ago
    14. Implement Hopper TE inventory.
      Chris Sanders - 10 years ago
    15. Implement Dispenser TE inventory.
      Chris Sanders - 10 years ago
    16. Fix various issues with world configs.
      bloodshot - 10 years ago
    17. Bump mixin
      Aaron Hill - 10 years ago
    18. Move InteractInventoryEvent.Open firing logic
      Aaron Hill - 10 years ago
    19. Implement TileEntityFurnace inventory
      Aaron Hill - 10 years ago
    20. Make Query create a new adapter when the lens matches
      Aaron Hill - 10 years ago
    21. Implement double chest inventories for TileEntityChest
      Aaron Hill - 10 years ago
    22. Implement ContainerPlayer
      Aaron Hill - 10 years ago
    23. Implement more Container inventory logic
      Aaron Hill - 10 years ago
    24. Implement Chest Inventory (TE and Container)...almost.
      Chris Sanders - 10 years ago
    25. Fix sending dimension ids
      Aaron Hill - 10 years ago
    26. Merge pull request #930 from Grinch/patch/mixin-biome
      Chris Sanders - 10 years ago
    27. Return proper ID for BiomeType
      Steven Downer - 10 years ago
    28. Fix chunk cache key not being initialized properly.
      bloodshot - 10 years ago
  2. 1.10.2-5.0.0-BETA-115

    1. Remove custom assets directories for plugins
      Minecrell - 10 years ago
    SpongeCommon
    1. Remove custom assets directory
      Minecrell - 10 years ago
  3. 1.10.2-5.0.0-BETA-114

    1. Update SpongeCommon
      Minecrell - 10 years ago
    SpongeCommon
    1. Fix CME when iterating players of a world and list changes.
      Chris Sanders - 10 years ago
    2. Fixed small schematics issues, Merges #922
      thejohncrafter - 10 years ago
    3. Remove erroneous Mixin printout.
      Chris Sanders - 10 years ago
    4. Fix another case of duplicate world saves during server stop.
      bloodshot - 10 years ago
    5. Fix duplicate world saving during server stop.
      bloodshot - 10 years ago
    6. Implement SerializationBehaviors.
      bloodshot - 10 years ago
    7. Fix invalid commands never completing causetracker phase.
      bloodshot - 10 years ago
    8. Avoid calling generateStructure for unloaded chunks. Fixes #912
      bloodshot - 10 years ago
    9. Fix NPE during chunk unloads.
      bloodshot - 10 years ago
    10. Ignore the chunk unloaded flag during unloads.
      bloodshot - 10 years ago
    11. Fix tracking world mixin not being applied. Fixes #875
      bloodshot - 10 years ago
    12. Merge scoreboard team collision rules implementation
      Aaron Hill - 10 years ago
    13. Update SpongeAPI
      Aaron Hill - 10 years ago
    14. Make changes needed for delaying of entity snapshot generation
      Aaron Hill - 10 years ago
    15. Merge pull request #900 from SpongePowered/feature/mount-events
      Chris Sanders - 10 years ago
    16. Ensure that TextComponentIterator works properly
      Aaron Hill - 10 years ago
    17. Fix NoSuchElementException when iterating over a Text object's children
      Aaron Hill - 10 years ago
    18. Scoreboard collision rules
      kashike - 10 years ago
    19. Add flag to force ShouldFire fields to 'true'
      Aaron Hill - 10 years ago
    20. Changed the events to use better injection points, and update for proposed API changes.
      Me4502 - 10 years ago
    21. Add MountEntityEvent and DismountEntityEvent implementations.
      Austin Peterson - 10 years ago
  4. 1.10.2-5.0.0-BETA-113

    1. Update SpongeCommon
      Aaron Hill - 10 years ago
    SpongeCommon
    1. Merge EnderDragon#getHealingCrystal() implementation
      Aaron Hill - 10 years ago
    2. Merge difficulty id fix
      Aaron Hill - 10 years ago
    3. Properly handle projectiles spawned during entity ticking
      Aaron Hill - 10 years ago
    4. Check for CommandSource instead of ICommandSender in a PhaseContext
      Aaron Hill - 10 years ago
    5. Merge pull request #905 from dualspiral/refactor/teleport-helper
      Chris Sanders - 10 years ago
    6. Merge pull request #919 from AlmuraDev/bleeding
      Chris Sanders - 10 years ago
    7. Add notifier/owners for pistons performing block changes.
      Gabriel Harris-Rouquette - 10 years ago
    8. Prevent replaceBiomeBlocks method from running when using other generators such as TerrainControl.
      Mike Howe - Dockter - 10 years ago
    9. Move spawn event for chunk load hook to MixinWorldServer since it is now handled by the world server. Fixes #914.
      Gabriel Harris-Rouquette - 10 years ago
    10. Fix spawn causes. Fixes #916. Fix associating notifiers and owners for block phases.
      Gabriel Harris-Rouquette - 10 years ago
    11. Statically initialize sponge specific DamageSources during the registration phases to avoid classloading issues. Fixes #917.
      Gabriel Harris-Rouquette - 10 years ago
    12. Overall cleanup. Properly fix items dropping and misfiring the wrong event.'
      Gabriel Harris-Rouquette - 10 years ago
    13. Properly track block/entity changes for update sign packets
      Aaron Hill - 10 years ago
    14. Remove command block injection
      Minecrell - 10 years ago
    15. Don't capture commands async.
      bloodshot - 10 years ago
    16. Update status ping response event implementation for changes in 1.9/1.10
      Minecrell - 10 years ago
    17. Fix various tracking issues. Avoid using Arrays#asList if the list is intended to be mutable.
      Gabriel Harris-Rouquette - 10 years ago
    18. Fix chunks not unloading properly.
      bloodshot - 10 years ago
    19. Fix player teleports getting stuck in loop.
      bloodshot - 10 years ago
    20. Fix entity cleanup with no players.
      bloodshot - 10 years ago
    21. Capture and process everything for plugin messages
      Aaron Hill - 10 years ago
    22. Fix UUID data serializer. Fixes SpongePowered/SpongeAPI#1332
      Minecrell - 10 years ago
    23. Replace using List with Stream, use more concise comparator.
      Daniel Naylor - 10 years ago
    24. Refactor the SpongeTeleportHelper.
      Daniel Naylor - 10 years ago
    25. Implement EnderDragon.getHealingCrystal().
      JBYoshi - 10 years ago
    26. Overrode provideCatalogMap
      Me4502 - 10 years ago
    27. Added the minecraft: prefix
      Me4502 - 10 years ago
    28. Make the difficulty cataloguetype ID not include the resource location
      Me4502 - 10 years ago
  5. 1.10.2-5.0.0-BETA-112

    1. Update SpongeCommon
      Minecrell - 10 years ago
  6. 1.10.2-5.0.0-BETA-111

    1. Update SpongeCommon
      Minecrell - 10 years ago
  7. 1.10.2-5.0.0-BETA-110

  8. 1.10.2-5.0.0-BETA-109

  9. 1.10.2-5.0.0-BETA-108

    1. Update SpongeCommon
      - Update jopt-simple to 5.0.2
      Minecrell - 10 years ago
    SpongeCommon
    1. Fix tile entity support in both schematic formats, Finalize schematics api, Merges #882
      Nick Conde - 10 years ago
    2. Fix issues of schematics pasting into worlds without triggering tracking phases and notifying clients.
      Gabriel Harris-Rouquette - 10 years ago
    3. Update implementation for method signature changes and other changes.
      Gabriel Harris-Rouquette - 10 years ago
    4. Implement archetype volumes and legacy/sponge schematic translations
      Nick Conde - 10 years ago
    5. Expand implementation of Archetypes a bit more.
      Gabriel Harris-Rouquette - 10 years ago
    6. Update archetypes for latest 1.9 changes
      Nick Conde - 10 years ago
    7. Start implementation of archetypes with raw nbt data support.
      Gabriel Harris-Rouquette - 10 years ago
    8. Begin schematic impl
      Nick Conde - 10 years ago
    9. Update for DataTranslators.
      Gabriel Harris-Rouquette - 10 years ago
    10. Re-apply lost commit that fixes redstone events.
      bloodshot - 10 years ago
    11. Fix renamed mixin
      Nick Conde - 10 years ago
    12. More world fixes.
      bloodshot - 10 years ago
    13. blah
      Chris Sanders - 10 years ago
    14. Fix not respecting disabled dimensions.
      Chris Sanders - 10 years ago
  10. 1.10.2-5.0.0-BETA-107

    1. Update SpongeCommon for lighting fix. Fixes #261
      Minecrell - 10 years ago
    SpongeCommon
    1. Fix lighting on SpongeVanilla
      Minecrell - 10 years ago