Sponge Downloads

All builds

  1. 1.11.2-2227-6.0.0-BETA-2144

  2. 1.11.2-2227-6.0.0-BETA-2141

  3. 1.11.2-2227-6.0.0-BETA-2140

  4. 1.11.2-2227-6.0.0-BETA-2137

    1. Update for SpongeCommon mappings bump; Bump to Forge 2227
      kashike - 10 years ago
    SpongeCommon
    1. Bump mappings to 20170210
      kashike - 10 years ago
    2. Fix Entity Translations
      Faithcaio - 10 years ago
  5. 1.11.2-2226-6.0.0-BETA-2129

    1. Implement ChunkTicketManager addition.s
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      gabizou - 10 years ago
  6. 1.11.2-2226-6.0.0-BETA-2127

    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
      Aaron1011 - 10 years ago
  7. 1.11.2-2226-6.0.0-BETA-2123

    1. Revert "Use container-based trusty image on Travis"
      This reverts commit 3828de835a55229e76d11d6b615b7f4b15a1d37b.
      stephan-gh - 10 years ago
  8. 1.11.2-2226-6.0.0-BETA-2122

  9. 1.11.2-2226-6.0.0-BETA-2121

  10. 1.11.2-2226-6.0.0-BETA-2118

    1. Fix various issues with mod dimensions.
      * Fix Forge WorldEvents passing wrong handler to mods causing data to be
        read/saved from wrong location.
      * Fix registerDimension for hot-loaded dimensions.
      * Fix unregisterDimension not clearing out all relevant dimension data from memory.
      * Fix initDimension not accounting for multiple dimensions with same DimensionType.
      * Fix unloadQueuedChunks not handling unload world logic in proper spot.
      * Fix unloadQueuedChunks not using Forge's dormant chunks.
      * Update SpongeCommon.
      
      Fixes #910, Fixes #920, Fixes #995, Fixes #1046
      Fixes #1109, Fixes #1117, Fixes #1153
      bloodmc - 10 years ago