Sponge Downloads

All builds

  1. 1.12-7.0.0-BETA-283

  2. 1.12-7.0.0-BETA-282

    1. Continue reading from console input after EOT
      There is usually no reason to stop reading from the console, so
      preventing console input after EOT can be extremely confusing.
      
      To prevent this, we can simply ignore the exception thrown by
      JLine and continue reading normally.
      stephan-gh - 9 years ago
  3. 1.12-7.0.0-BETA-281

    1. Remove unused ConsoleAppender
      In the old Log4J version before Minecraft 1.12, this was necessary
      because otherwise Log4J closed the output stream when disabling
      the ConsoleAppender, shortly before enabling the TerminalConsoleAppender.
      
      This was fixed in apache/logging-log4j2@d04659c
      stephan-gh - 9 years ago
  4. 1.12-7.0.0-BETA-280

  5. 1.12-7.0.0-BETA-278

  6. 1.12-7.0.0-BETA-277

    1. Change JNA and jline-terminal-jna to a runtime dependency
      It's not needed at compile-time. JLine handles detecting it at
      runtime automatically.
      stephan-gh - 9 years ago
  7. 1.12-7.0.0-BETA-276

    1. Merge 1.12 changes into bleeding for further development.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      gabizou - 9 years ago
    2. Explicitly include stacktraces in colored blocks
      stephan-gh - 9 years ago
    3. Fix debug client
      stephan-gh - 9 years ago
    4. Update for class, method, and field renames
      kashike - 9 years ago
    5. Update workspace for Minecraft 1.12
      stephan-gh - 9 years ago
    6. Show -8 older commits.