Sponge Downloads

All builds

  1. 1.10.2-2221-5.1.0-BETA-2138

    1. Properly propagate cancelled state between Forge and Sponge events
      Closes #1263
      Aaron Hill - 9 years ago
  2. 1.10.2-2221-5.1.0-BETA-2136

    1. Update SpongeCommon
      Aaron Hill - 9 years ago
  3. 1.10.2-2221-5.1.0-BETA-2135

    1. Use writeAndFlush instead of writeOutbound
      Closes #720
      Aaron Hill - 9 years ago
  4. 1.10.2-2221-5.1.0-BETA-2134

    1. Update SpongeCommon
      Aaron Hill - 9 years ago
    2. Update SpongeCommon
      Aaron Hill - 9 years ago
    SpongeCommon
    1. Add missing 'remap=false'
      Aaron Hill - 9 years ago
    2. Make Netty log the caught exception from ChannelHandler#exceptionCaught
      Aaron Hill - 9 years ago
  5. 1.10.2-2221-5.1.0-BETA-2132

    1. Allow Forge's AttackEntityEvent to be fired
      This is really more of a 'pre-click' event, and has none of the damage
      information that Sponge's AttackEntityEvent contains
      Aaron Hill - 9 years ago
    2. Implement ChunkTicketManager addition.s
      Gabriel Harris-Rouquette - 9 years ago
    SpongeCommon
    1. Bump API for addition.
      Gabriel Harris-Rouquette - 9 years ago
  6. 1.10.2-2221-5.1.0-BETA-2128

    1. Support Forge's RemoveErroringEntities/TileEntities
      Closes #1234
      Aaron Hill - 9 years ago
  7. 1.10.2-2221-5.1.0-BETA-2126

    1. Update SpongeCommon
      Aaron Hill - 9 years ago
    SpongeCommon
    1. Fix broken item drop logic
      Aaron Hill - 9 years ago
  8. 1.10.2-2221-5.1.0-BETA-2125

    1. Move MixinWorld out of the 'server' config section
      This section is only for classes that physically exist on only the
      dedicated client or server (e.g. 'Minecraft', 'DedicatedServer', etc)
      or classes that we only want to modify on a dedicated side (e.g. the FML
      marker in 'C00Handshake')
      
      We want to mix into World in singleplayer, so this mixin needs to go in
      the normal config section
      Aaron Hill - 9 years ago
    SpongeCommon
    1. Don't create world config in MixinWorldSettings
      Aaron Hill - 9 years ago
  9. 1.10.2-2221-5.1.0-BETA-2124

    1. Update SpongeCommon
      Aaron Hill - 9 years ago
    SpongeCommon
    1. Add temporary workaround for spectator 'chest' containers
      Aaron Hill - 9 years ago
  10. 1.10.2-2221-5.1.0-BETA-2119

    1. Update SpongeCommon for removal of WorldServerMulti fix.
      This removes all usage of WorldServerMulti in order to avoid usage of
      DerivedWorldInfo. This class is not needed in Sponge as each world uses
      its own save handler.
      bloodshot - 9 years ago