Sponge Downloads

All builds

  1. 1.18.2-9.0.0-RC1201 Experimental

  2. 1.18.2-9.0.0-RC1190 Experimental

    1. fix: Mutable accessors for vehicle packets
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 4 years ago
    2. Fix client BootstrapProperties init
      Yeregorix - 4 years ago
    3. Fix PlayerListMixin logger type mismatch
      Yeregorix - 4 years ago
    4. Update SpongeWorldManager stem deserialization
      Yeregorix - 4 years ago
    5. Merge api-8 into api-9
      Gabriel Harris-Rouquette - 4 years ago
    6. Show -74 older commits.
    SpongeAPI
    1. Merge api-8 into api-9
      Gabriel Harris-Rouquette - 4 years ago
    2. Add Keys#HANGING for lanterns (#2438)
      Lignium - 4 years ago
    3. build: Correct publishing branch pattern
      zml - 4 years ago
    4. build: Bump gradle/plugins, use shared workflows
      zml - 4 years ago
    5. add API to register DataTranslator
      Anselm Brehme - 4 years ago
  3. 1.18.2-9.0.0-RC1157 Experimental

  4. 1.18.2-9.0.0-RC1156 Experimental

  5. 1.18.2-9.0.0-RC1155 Experimental

    1. fix filtered signs
      Anselm Brehme - 4 years ago
  6. 1.18.2-9.0.0-RC1154 Experimental

    1. fix console logs
      The previous fix ran into NoSuchMethodError when creating the Log4jLoggerFactory (old version was still around)
      Anselm Brehme - 4 years ago
  7. 1.18.2-9.0.0-RC1147 Experimental

    1. vanilla: Force SLF4J to rescan for Log4J service providers.
      For some reason, SLF4J was not using the Log4J provider all the time. Adding the 1.8 adapter to the installer caused it to work sometimes, as did putting in a breakpoint and trying to debug it... Instead, to get this working (at least), use reflection to cause slf4j to rescan for the Log4J provider and re-enable logging during server start - which also causes all subsitute loggers to flush to Log4J, meaning no logging is lost.
      
      There probably needs to be a better fix but this allows server owners to see their logs again in the short term.
      
      Also removed the explicit Jansi dep, as that's included in the Jline dependency.
      
      Fixes #3696
      Daniel Naylor - 4 years ago
  8. 1.18.2-9.0.0-RC1145 Experimental

    1. Fix crash on statup on Windows with custom tags.
      We can't have : in filenames.
      
      Also correct the standard location for some types of tags (e.g. blocks, entity_types, etc.)
      Daniel Naylor - 4 years ago
  9. 1.18.2-9.0.0-RC1144 Experimental

    1. Merge branch 'api-8' into api-9
      Daniel Naylor - 4 years ago
    2. Add player to cause stack when sending commands
      Daniel Naylor - 4 years ago
    3. Merge branch 'feature/snbt_format' of github.com:SettingDust/Sponge into api-8
      Daniel Naylor - 4 years ago
    4. fix(data): use `Tag#toString()` instead of `Tag#getPrettyDisplay()`
      SettingDust - 4 years ago
    5. fix(mixin): `DropItemEvent.Pre` result is ignored (#3698)
      SettingDust - 4 years ago
    6. Show -11 older commits.
    SpongeAPI
    1. Merge branch 'api-8' into api-9
      Daniel Naylor - 4 years ago
    2. feat(data): add `DataFormats#SNBT`
      SettingDust - 4 years ago
    3. Update to 9.1.0-SNAPSHOT for continued development
      Daniel Naylor - 4 years ago
  10. 1.18.2-9.0.0-RC1143 Experimental