Sponge Downloads

All builds

  1. 1.16.5-36.2.5-8.0.0-RC1012 Experimental

    1. Fix issues with previous commit on client fields in resources:
      * ResourceAccessor -> SimpleResourceAccessor
      * Fall back to alternative (supplied) path in SpongeResource if the supplied Resource is not a SimpleResource
      Daniel Naylor - 4 years ago
  2. 1.16.5-36.2.5-8.0.0-RC1011 Experimental

    1. Use SpongeVanilla's libraries.json as a cache key
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 4 years ago
  3. 1.16.5-36.2.5-8.0.0-RC1010 Experimental

    1. Remove remaining Animation static fields
      Gabriel Harris-Rouquette - 4 years ago
    2. Re-implement some music events
      Gabriel Harris-Rouquette - 4 years ago
    3. Fix invocation of some client-only methods (#3577)
      Lignium - 4 years ago
    SpongeAPI
    1. Deprecate old EventContextKeys
      Gabriel Harris-Rouquette - 4 years ago
  4. 1.16.5-36.2.5-8.0.0-RC1007 Experimental

  5. 1.16.5-36.2.5-8.0.0-RC1005 Experimental

    1. Wrap sapling growth in Growing phase
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 4 years ago
    2. Implement ConduitData
      Gabriel Harris-Rouquette - 4 years ago
  6. 1.16.5-36.2.5-8.0.0-RC1000 Experimental

    1. Conssitently use Ticks where tick based values are used
      Also update a couple of stylistic mistakes
      Daniel Naylor - 4 years ago
    2. fix stackoverflow
      Anselm Brehme - 4 years ago
    3. Really fix vanish. Someone left a sneaky todo
      Gabriel Harris-Rouquette - 4 years ago
    4. fix mixin error on server startup
      ImMorpheus - 4 years ago
    5. fix vanishIgnoresCollision default value
      ImMorpheus - 4 years ago
    6. Show -5 older commits.
    SpongeAPI
    1. Consistently use Ticks where tick based values are used
      Daniel Naylor - 4 years ago
    2. Clarify documentation on Players joining events
      Gabriel Harris-Rouquette - 4 years ago
    3. Actually correct javadocs
      Daniel Naylor - 4 years ago
    4. Correct more javadocs
      Daniel Naylor - 4 years ago
    5. javadoc: Keys don't need to be registered
      Daniel Naylor - 4 years ago
  7. 1.16.5-36.2.5-8.0.0-RC987 Experimental

    1. fix explosions using the wrong field to choose the blockinteraction
      Related to https://github.com/SpongePowered/Sponge/issues/3541
      ImMorpheus - 4 years ago
    2. Uncomment and add VanishTest plugin
      Gabriel Harris-Rouquette - 4 years ago
    3. Backport singleplayer fix for IntegratedServer
      Gabriel Harris-Rouquette - 4 years ago
  8. 1.16.5-36.2.5-8.0.0-RC984 Experimental

  9. 1.16.5-36.2.5-8.0.0-RC976 Experimental

    1. Implement the resource pack API.
      - Implement factories
      - Remove remaining references to the AssetManager
      - vanilla: Load plugins as resource packs
      - common: API updates and bugfixes for resource pack API
      
      Signed-off-by: Chris Sanders <[email protected]>
      
      Fix compile and test issues
      
      Co-authored-by: Daniel Naylor <[email protected]>
      Chris Sanders - 5 years ago
    SpongeAPI
    1. Add resource manager for data packs
      Matthew Messinger - 8 years ago
  10. 1.16.5-36.2.5-8.0.0-RC975 Experimental

    1. Minor changes for AffectEntityEvent and ExplosionEvent.Detonate based events (#3564)
      * Add entitytest plugin with a spawn filter
      * Fix SpawnEntityEvent#filterEntities - fixes #3506
      * Don't fire SpawnEntityEvent after a cancelled SpawnEntityEvent.Pre
      * Add missing EventContextKeys.SPAWN_TYPE for SpawnEntityEvent.Pre
      * Add missing EventContextKeys.SPAWN_TYPE for inventory drop events
      Yeregorix - 4 years ago