Sponge Downloads

All builds

  1. 1.18.1-9.0.0-RC1119 Experimental

    1. Merge api-8 for class-retention annotation fix. Fixes #3674
      Specifically, annotations can have varying levels of retention,
      traditionally if an annotation is meant to be analyzable at runtime,
      the classpath will need to have the annotation available. In some
      cases, certain tools may elect to have class-level retention of an
      annotation, resulting in odd behaviors and possibly more questions
      than answers. In short, such annotations that have no functional
      meaning for the ListenerClassVisitor can be safely ignored.
      
      Author's Note: Fixing this issue is not a guarantee for support of
      Lombok as a tool.
      Gabriel Harris-Rouquette - 4 years ago
    2. Fix class-retention annotations causing errors. Fixes #3674
      Gabriel Harris-Rouquette - 4 years ago
  2. 1.18.1-9.0.0-RC1117 Experimental

    1. revert API BlockStateProperties hack
      Anselm Brehme - 4 years ago
    SpongeAPI
    1. BlockStateProperties are not in a registry
      Anselm Brehme - 4 years ago
  3. 1.18.1-9.0.0-RC1116 Experimental

  4. 1.18.1-9.0.0-RC1106 Experimental

  5. 1.18.1-9.0.0-RC1104 Experimental

    1. bump spongeapi
      ImMorpheus - 4 years ago
  6. 1.18.1-9.0.0-RC1103 Experimental

    1. remove structure config api (#3659)
      Morpheus - 4 years ago
  7. 1.18.1-9.0.0-RC1102 Experimental

    1. bump sponge api
      ImMorpheus - 4 years ago
    2. fix compile errors
      ImMorpheus - 4 years ago
    3. remove merge backup file
      ImMorpheus - 4 years ago
    4. Merge remote-tracking branch 'origin/api-8' into api-9
      ImMorpheus - 4 years ago
    5. Bump API to implement the DefaultWorldKeys factory.
      Chris Sanders - 4 years ago
    6. Show -19 older commits.
  8. 1.18.1-9.0.0-RC1090 Experimental

    1. special case handling
      Anselm Brehme - 4 years ago
    2. add missing API types for enum block states
      Anselm Brehme - 4 years ago
    3. BlockStateProperties are not in a registry
      Anselm Brehme - 4 years ago
    SpongeAPI
    1. BlockStateProperties are not in a registry
      Anselm Brehme - 4 years ago
  9. 1.18.1-9.0.0-RC1087 Experimental

    1. Update ChunkLayout implementation for variable world heights
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 4 years ago
  10. 1.18.1-9.0.0-RC1086 Experimental

    1. Merge api-8 into api-9 for updates
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 4 years ago
    2. Fix closeInventory() not sending close packet. Fixes #3639
      JBYoshi - 4 years ago
    3. Merge pull request #3629 from SpongePowered/api8/superclass-transformer
      Gabriel Harris-Rouquette - 4 years ago
    4. Reintroduce Superclass Transformations
      Gabriel Harris-Rouquette - 4 years ago
    5. Add modlauncher-transformers project
      Gabriel Harris-Rouquette - 4 years ago
    6. Show -34 older commits.
    SpongeAPI
    1. Merge api8 fixes into api9
      Gabriel Harris-Rouquette - 4 years ago
    2. fix AbstractMethodError when calling World#chunkAtBlock
      ImMorpheus - 4 years ago
    3. I forgot about how folded style works...
      Daniel Naylor - 4 years ago
    4. Fix the template
      Daniel Naylor - 4 years ago
    5. Add issue template for SpongeAPI
      Daniel Naylor - 4 years ago
    6. Clarify thread semantics of ChunkEvent.Load
      Gabriel Harris-Rouquette - 4 years ago