Skip to content

Commit

Permalink
Merge pull request #25 from tas-pro/master
Browse files Browse the repository at this point in the history
Add newlines to JSON patch traits
  • Loading branch information
peterix authored Apr 14, 2023
2 parents 26f1ac0 + 8c22f5c commit 473d001
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion JSON-Patches.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,15 @@ These fields actually affect the launching of the game. Some can be added to or
The `traits` list contains a list of any of these values.

`legacyFML`: This trait skips downloading FML libraries, used for legacy FML versions.

`legacyLaunch` and `alphaLaunch`: These traits will try to use the legacy launch using the applet wrapper.

`noapplet`: If `legacyLaunch` or `alphaLaunch` are enabled, this trait will not launch the game using the applet wrapper.

`FirstThreadOnMacOS`: This trait will add `-XstartOnFirstThread` to the JVM arguments for MacOS.

`no-texturepacks`: This trait is used to indicate texture packs should not be used.

`texturepacks`: This trait is used to indicate texture packs are being used.

### libraries
Expand Down Expand Up @@ -151,4 +156,4 @@ There used to be a file called `custom.json` that would completely override the

Later, this system was further extended to what it is now -- to support dependencies and automatic dependency resolving/checking.

Essentially, this evolved in parallel to the vanilla format, and often solved the same problem earliewr, and better. Sadly, this means that the formats have diverged and are no longer compatible (nor can they be made compatible).
Essentially, this evolved in parallel to the vanilla format, and often solved the same problem earliewr, and better. Sadly, this means that the formats have diverged and are no longer compatible (nor can they be made compatible).

0 comments on commit 473d001

Please sign in to comment.