Sponge Downloads

All builds

  1. 1.12.2-2768-7.1.6-RC3600

    1. Mods should be able to modify the component during ServerChatEvent
      Plugins need to use beforeModifications if they want the original message
      ImMorpheus - 7 years ago
  2. 1.12.2-2768-7.1.6-RC3599

    1. Attempt fix for Netty spam in #2625
      Hopefully, closing the channel will prevent repeated Netty errors being
      spammed to the console
      Aaron Hill - 7 years ago
  3. 1.12.2-2768-7.1.6-RC3598

    1. Bump common for breed event fix.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 7 years ago
    SpongeCommon
    1. Provide both parents to the breed event's cause.
      Chris Sanders - 7 years ago
  4. 1.12.2-2768-7.1.6-RC3597

  5. 1.12.2-2768-7.1.6-RC3596

    1. Release the payload buffer after a plugin message is handled.
      Also reset the read index so every data listener can read the complete buffer without having to reset it.
      Seppe Volkaerts - 7 years ago
  6. 1.12.2-2768-7.1.6-RC3595

    1. Release the payload buffer after a plugin message is handled.
      Also reset the read index so every data listener can read the complete buffer without having to reset it.
      Seppe Volkaerts - 7 years ago
  7. 1.12.2-2768-7.1.6-RC3594

    1. Release the payload buffer after a plugin message is handled.
      Also reset the read index so every data listener can read the complete buffer without having to reset it.
      Seppe Volkaerts - 7 years ago
  8. 1.12.2-2768-7.1.6-RC3593

    1. Bump SpongeCommon for real timings fix
      Aaron Hill - 7 years ago
    SpongeCommon
    1. Cleanup handling for unregistered tile entities
      Aaron Hill - 7 years ago
  9. 1.12.2-2768-7.1.6-RC3592

    1. Remove thread local checks on mod container setting.
      This reversion is happening after discussions with @bloodmc on performance. Effectively, if mods are using LoadController#activeContainer(), it's on them - activeContainer() is not thread safe and is intentionally written that way in Forge.
      
      Reverts "Make calls to the active mod container thread local."
      This reverts commit 0b92ea4.
      
      * Bump SpongeCommon for build fix
      Daniel Naylor - 7 years ago
    2. Update SpongeCommon for EigenCraft redstone optimization.
      bloodshot - 7 years ago
    3. Bump common for smelting recipe id generation.
      Seppe Volkaerts - 7 years ago
    SpongeCommon
    1. Fix build
      Daniel Naylor - 7 years ago
    2. Add Eigencraft redstone optimization.
      bloodshot - 7 years ago
    3. Generate unique ids for smelting recipes that don't override getId.
      Seppe Volkaerts - 7 years ago
  10. 1.12.2-2768-7.1.6-RC3589