Skip to content

Commit

Permalink
enable JLine Terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLord22 committed Aug 31, 2024
1 parent adb0821 commit 01baec9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,9 @@ minecraft {

// JVM arguments
extraRunJvmArguments.add("-ea:${modGroup}")

// enable JLine Terminal since idea_rt.jar is no longer added to the classpath
extraRunJvmArguments.add('-Dterminal.jline=true')
if (usesMixins.toBoolean()) {
extraRunJvmArguments.addAll([
'-Dmixin.hotSwap=true',
Expand Down

0 comments on commit 01baec9

Please sign in to comment.