Skip to content

Commit

Permalink
Move forge config description outside tip block
Browse files Browse the repository at this point in the history
  • Loading branch information
makamys committed Mar 20, 2024
1 parent 04ec7ec commit 097ed7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/launcher-differences.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ Launchers have some subtle differences between them which can cause a lot of con

If a launcher has a (?) mark, that means I have not tested it firsthand and the information about it was derived from other users.

Tip: [NotEnoughVerbosity](https://github.com/LegacyModdingMC/NotEnoughVerbosity) can be used to force all launchers to use Forge's logging configuration, which is:
Forge's logging configuration is the following:
- On [1.7.10](https://github.com/MinecraftForge/MinecraftForge/blob/1.7.10/fml/src/main/resources/log4j2.xml): an all-level `fml-client-latest.log`, a not very useful `latest.log`, and a sometimes useful `fml-junk-earlystartup.log`
- On [1.12.2](https://github.com/MinecraftForge/MinecraftForge/blob/1.12.x/src/main/resources/log4j2.xml): a trace-level `debug.log`, and a not very useful `latest.log``

Tip: [NotEnoughVerbosity](https://github.com/LegacyModdingMC/NotEnoughVerbosity) can be used to force all launchers to use it.

## MultiMC/PolyMC/PrismLauncher

These three launchers are all based on the same codebase.
Expand Down

0 comments on commit 097ed7c

Please sign in to comment.