Sponge Downloads

All builds

  1. 1.11.2-2315-6.1.0-BETA-2398

  2. 1.11.2-2315-6.1.0-BETA-2396

  3. 1.11.2-2315-6.1.0-BETA-2395

  4. 1.11.2-2315-6.1.0-BETA-2393

    1. Make calls to the active mod container thread local.
      All threads can make use of this again, and Sponge won't cross wires.
      dualspiral - 9 years ago
  5. 1.11.2-2315-6.1.0-BETA-2388

  6. 1.11.2-2315-6.1.0-BETA-2385

    1. Fix name changed in mapping update
      Chris Sanders - 9 years ago
  7. 1.11.2-2315-6.1.0-BETA-2384

  8. 1.11.2-2315-6.1.0-BETA-2381

  9. 1.11.2-2315-6.1.0-BETA-2378

    1. Bump common for CauseTracker inclusion in CrashReports.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      gabizou - 9 years ago
  10. 1.11.2-2315-6.1.0-BETA-2377

    1. Bump common and bump Forge to latest version for compatibility updates.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      gabizou - 9 years ago
    2. Bump common for Entity registration lookup failure fix with mob spawners.
      gabizou - 9 years ago
    3. Update SpongeCommon for User custom data
      Faithcaio - 9 years ago
    4. Ensure server is available before calling SpongeImpl.getServer
      Aaron1011 - 9 years ago
    5. Prevent Sponge from setting the active mod container during async events.
      dualspiral - 9 years ago
    6. Show -21 older commits.
    SpongeCommon
    1. Make two methods previously private public for forge updates.
      gabizou - 9 years ago
    2. Add debugging for unregistered entity types in MobSpawner loading.
      gabizou - 9 years ago
    3. make custom data work for offline players
      Faithcaio - 9 years ago
    4. fix toContainer including vanilla manipulators
      Faithcaio - 9 years ago
    5. Clear captured transactions after action or place block packet handling.
      dualspiral - 9 years ago
    6. Ensure that ItemStack.Builder implementations do not rely on block state containers causing registration exceptions.
      gabizou - 9 years ago
    7. trying to handle slots added to Containers after creation
      Faithcaio - 9 years ago
    8. initialize carrier in Container
      Faithcaio - 9 years ago
    9. Add workaround for base World class that may interfere with modded extended worlds that may not have had a UUID properly set.
      gabizou - 9 years ago
    10. Bump API for updates.
      gabizou - 9 years ago
    11. Ensure that lazily loaded world infos are not going to produce an NPE in certain mod cases for dummy worlds.
      gabizou - 9 years ago
    12. Lazy load world contexts. Fixes #1354.
      dualspiral - 9 years ago
    13. Damned typo.
      gabizou - 9 years ago
    14. Move Context creation to the init method. Fixes SpongePowered/SpongeForge#1509.
      gabizou - 9 years ago
    15. Fix Biome bounds. Fixes #1349.
      gabizou - 9 years ago
    16. Ensure that the CatalogTypeTypeSerializer takes precidence over the DataSerializableTypeSerializer.
      dualspiral - 9 years ago
    17. Fix pagination state not persisting across deaths
      dualspiral - 9 years ago
    18. fix missing SlotTypes on some Inventories
      Faithcaio - 9 years ago
    19. Avoid extra lookup in getTileEntity when called async.
      bloodmc - 9 years ago
    20. If getTileEntity is called async, check for TE in chunk.
      bloodmc - 9 years ago
    21. Move getTileEntity async check. Fixes SpongePowered/SpongeForge#1503
      bloodmc - 9 years ago
    22. Allow TileEntities to load chunks when calling getBlockState.
      bloodmc - 9 years ago
    23. Don't capture block drops if fake player is cause.
      bloodmc - 9 years ago
    24. Avoid retrieving a tileentity async. Fixes SpongePowered/SpongeForge#1343
      bloodmc - 9 years ago
    25. Fix incorrectly attempting to match selectors by the sponge ID.
      dualspiral - 9 years ago
    26. Cache block owner with TE to avoid constant chunk lookups.
      bloodmc - 9 years ago
    27. Move projectile impact cancel logic to SpongeCommonEventFactory.
      bloodmc - 9 years ago
    28. Don't fire movement events if entity is dead, a projectile, or an item.
      bloodmc - 9 years ago
    29. Fire MoveEntityEvent when server receives a vehicle update packet.
      bloodmc - 9 years ago
    30. Fix spawn limits when using custom mob spawn ranges.
      bloodmc - 9 years ago
    31. Fix legacy registration id using pre-generated identifier with pre-attached plugin id for custom data.
      gabizou - 9 years ago
    32. Fix piston events not always checking position extending into. Fixes #1329
      bloodmc - 9 years ago
    33. Bump API towards 6.1.0-SNAPSHOT.
      gabizou - 9 years ago