Sponge Downloads

All builds

  1. 1.16.5-36.2.5-8.0.0-RC1075 Experimental

    1. Merge pull request #3634 from SpongePowered/api8/mekanism-workaround
      Mekanism workaround Fixes #3631
      Gabriel Harris-Rouquette - 4 years ago
    2. Null check world on entity creation. Fixes #3631.
      Gabriel Harris-Rouquette - 4 years ago
  2. 1.16.5-36.2.5-8.0.0-RC1074 Experimental

  3. 1.16.5-36.2.5-8.0.0-RC1073 Experimental

    1. Update ExpireEntityEvent implementations
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 4 years ago
  4. 1.16.5-36.2.5-8.0.0-RC1072 Experimental

    1. Fix some errors related to volumes: (#3626)
      - forgot to add one when calculating size
      - blockStateStream/biomeStream using this.min()/this.max() instead of min/max arguments
      - missing carbonCopy in blockStateStream
      Yeregorix - 4 years ago
  5. 1.16.5-36.2.5-8.0.0-RC1071 Experimental

  6. 1.16.5-36.2.5-8.0.0-RC1068 Experimental

    1. Merge pull request #3624 from SpongePowered/api8/forge-world-hooks
      Add ForgeWorldHooks
      Gabriel Harris-Rouquette - 4 years ago
    2. Add ForgeWorldHooks. Fixes #3588.
      Gabriel Harris-Rouquette - 4 years ago
  7. 1.16.5-36.2.5-8.0.0-RC1067 Experimental

    1. Fix handling for missing local variable signatures
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 4 years ago
  8. 1.16.5-36.2.5-8.0.0-RC1066 Experimental

    1. Fix another factory classloading too early
      Some of our factory code needs to be able to reference static types,
      but occasionally that will class-load too early.
      
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 4 years ago
    2. Fix wild carded parameterized types
      Gabriel Harris-Rouquette - 4 years ago
    3. Attempt to defer classloading DimensionTypes too early. Fixes #3614
      Gabriel Harris-Rouquette - 4 years ago
  9. 1.16.5-36.2.5-8.0.0-RC1064 Experimental

    1. Remove unused legacy Invoker factory
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 4 years ago
    2. ASMify SpongeEventManager
      Gabriel Harris-Rouquette - 4 years ago
    3. ASMify ReflectionUtil
      Gabriel Harris-Rouquette - 4 years ago
    4. Wrap around event listener registration
      Gabriel Harris-Rouquette - 4 years ago
  10. 1.16.5-36.2.5-8.0.0-RC1062 Experimental

    1. Bump SpongeAPI
      ImMorpheus - 4 years ago
    2. fix Cause Stack Frame Corruption message format strings
      ImMorpheus - 4 years ago
    SpongeAPI
    1. fix AbstractMethodError when calling World#chunkAtBlock
      ImMorpheus - 4 years ago
    2. I forgot about how folded style works...
      Daniel Naylor - 4 years ago
    3. Fix the template
      Daniel Naylor - 4 years ago
    4. Add issue template for SpongeAPI
      Daniel Naylor - 4 years ago
    5. Clarify thread semantics of ChunkEvent.Load
      Gabriel Harris-Rouquette - 4 years ago