GregTechCEu / Buildscripts

Shared buildscripts and templates for 1.12.2 Minecraft mods
MIT License
26 stars 10 forks source link

enable JLine Terminal #111

Open TechLord22 opened 1 month ago

TechLord22 commented 1 month ago

Enables the JLine Terminal. This allows for colored terminal output detection.

Forge checks if the classpath contains idea_rt.jar, which to my knowledge no longer exists. It also declared in a comment that Eclipse did not support ANSI escape codes in its terminal, but versions from 2022 and newer actually do.

If detection within JLine fails, Forge still falls back to stdout.

This PR enables using the terminal via a system property provided by forge. The relevant code is within TerminalConsoleAppender.