Sponge Downloads

All builds

  1. 1.11.2-2282-6.1.0-BETA-2343

    1. Bump common for minor fix with WorldInfo NPE avoidance.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 9 years ago
  2. 1.11.2-2282-6.1.0-BETA-2339

    1. Bump Common for context fix
      Daniel Naylor - 9 years ago
    SpongeCommon
    1. Lazy load world contexts. Fixes #1354.
      Daniel Naylor - 9 years ago
  3. 1.11.2-2282-6.1.0-BETA-2338

    1. Bump common to fix typo.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 9 years ago
    2. Bump common for World initialization fix. Fixes #1509.
      Gabriel Harris-Rouquette - 9 years ago
    SpongeCommon
    1. Damned typo.
      Gabriel Harris-Rouquette - 9 years ago
    2. Move Context creation to the init method. Fixes SpongePowered/SpongeForge#1509.
      Gabriel Harris-Rouquette - 9 years ago
  4. 1.11.2-2282-6.1.0-BETA-2329

    1. Bump common for biome bound fix.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 9 years ago
    2. Bump SpongeCommon for Configurate data serializer fix
      Daniel Naylor - 9 years ago
    3. Bump SpongeCommon for pagination fix
      Daniel Naylor - 9 years ago
    4. Update SpongeCommon for Inventory fixes
      Anselm Brehme - 9 years ago
    5. Update SpongeCommon for ExtraUtilities 2 fixes.
      bloodshot - 9 years ago
    6. Show -6 older commits.
    SpongeCommon
    1. Fix Biome bounds. Fixes #1349.
      Gabriel Harris-Rouquette - 9 years ago
    2. Ensure that the CatalogTypeTypeSerializer takes precidence over the DataSerializableTypeSerializer.
      Daniel Naylor - 9 years ago
    3. Fix pagination state not persisting across deaths
      Daniel Naylor - 9 years ago
    4. fix missing SlotTypes on some Inventories
      Anselm Brehme - 9 years ago
    5. Avoid extra lookup in getTileEntity when called async.
      bloodshot - 9 years ago
    6. If getTileEntity is called async, check for TE in chunk.
      bloodshot - 9 years ago
    7. Move getTileEntity async check. Fixes SpongePowered/SpongeForge#1503
      bloodshot - 9 years ago
    8. Allow TileEntities to load chunks when calling getBlockState.
      bloodshot - 9 years ago
    9. Don't capture block drops if fake player is cause.
      bloodshot - 9 years ago
    10. Avoid retrieving a tileentity async. Fixes SpongePowered/SpongeForge#1343
      bloodshot - 9 years ago
    11. Fix incorrectly attempting to match selectors by the sponge ID.
      Daniel Naylor - 9 years ago
    12. Cache block owner with TE to avoid constant chunk lookups.
      bloodshot - 9 years ago
    13. Move projectile impact cancel logic to SpongeCommonEventFactory.
      bloodshot - 9 years ago
    14. Don't fire movement events if entity is dead, a projectile, or an item.
      bloodshot - 9 years ago
    15. Fire MoveEntityEvent when server receives a vehicle update packet.
      bloodshot - 9 years ago
    16. Fix spawn limits when using custom mob spawn ranges.
      bloodshot - 9 years ago
    17. Fix legacy registration id using pre-generated identifier with pre-attached plugin id for custom data.
      Gabriel Harris-Rouquette - 9 years ago
    18. Fix piston events not always checking position extending into. Fixes #1329
      bloodshot - 9 years ago
    19. Bump API towards 6.1.0-SNAPSHOT.
      Gabriel Harris-Rouquette - 9 years ago
  5. 1.11.2-2282-6.0.0-BETA-2297

    1. Bump common for API 6 official release.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 9 years ago
    SpongeCommon
    1. Bump API for API 6 release.
      Gabriel Harris-Rouquette - 9 years ago
  6. 1.11.2-2282-6.0.0-BETA-2296

    1. Bump common for updates with DataContainer construction. Fix a bunch of compiler warnings.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 9 years ago
  7. 1.11.2-2282-6.0.0-BETA-2294

    1. Bump common to fix world generation entering block spawn phases.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 9 years ago
    SpongeCommon
    1. Fix world generation not directly spawning entities.
      Gabriel Harris-Rouquette - 9 years ago
  8. 1.11.2-2282-6.0.0-BETA-2293

  9. 1.11.2-2282-6.0.0-BETA-2290

    1. Bump common for DimensionType by id fixes. Fixes #1429.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 9 years ago
    SpongeCommon
    1. Bugfix: getting registered DimensionType by type id.
      radfast - 9 years ago
  10. 1.11.2-2282-6.0.0-BETA-2289

    1. Bump common and implement changes for Damage events.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 9 years ago
    SpongeCommon
    1. Implement damage event refactor.
      Gabriel Harris-Rouquette - 9 years ago
    2. revert replacing null check with isEmpty
      Anselm Brehme - 9 years ago
    3. fix Furnace slotindex
      Anselm Brehme - 9 years ago
    4. quick fix for missing input slot on furnace
      Anselm Brehme - 9 years ago