Sponge Downloads

All builds

  1. 1.11.2-2227-6.0.0-BETA-2144

    1. Update SpongeCommon for world modifier fix.
      bloodshot - 9 years ago
    SpongeCommon
    1. Use config world modifiers if present. Fixes #1188
      bloodshot - 9 years ago
  2. 1.11.2-2227-6.0.0-BETA-2141

    1. Update SpongeCommom
      Aaron Hill - 9 years ago
    SpongeCommon
    1. Make TraitInventoryAdapter mix into TileEntityLockableLoot
      Aaron Hill - 9 years ago
    2. Give TraitInventoryAdapter lower priority
      Aaron Hill - 9 years ago
  3. 1.11.2-2227-6.0.0-BETA-2140

    1. Update SpongeCommon
      Aaron Hill - 9 years ago
  4. 1.11.2-2227-6.0.0-BETA-2137

    1. Update for SpongeCommon mappings bump; Bump to Forge 2227
      kashike - 9 years ago
    SpongeCommon
    1. Bump mappings to 20170210
      kashike - 9 years ago
    2. Fix Entity Translations
      Anselm Brehme - 9 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]>
      Gabriel Harris-Rouquette - 9 years ago
    SpongeCommon
    1. Bump API for chunk manager addition.
      Gabriel Harris-Rouquette - 9 years ago
    2. fix various Adapter & Lens Issues
      Anselm Brehme - 9 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
      Aaron Hill - 9 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.
      Minecrell - 9 years ago
  8. 1.11.2-2226-6.0.0-BETA-2122

    1. Use container-based trusty image on Travis
      Minecrell - 9 years ago
    SpongeCommon
    1. Use container-based trusty image on Travis
      Minecrell - 9 years ago
  9. 1.11.2-2226-6.0.0-BETA-2121

    1. Update SpongeCommon for build fix.
      bloodshot - 9 years ago
    2. Update SpongeCommon for removal of WorldServerMulti fix.
      bloodshot - 9 years ago
    SpongeCommon
    1. Fix compile issues.
      bloodshot - 9 years ago
    2. Remove WorldServerMulti usage to avoid using DerivedWorldInfo.
      bloodshot - 9 years ago
  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
      bloodshot - 9 years ago