You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forge used to print this out in 1.12.2 (example from Silk): [16:38:36] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:292]: [Micdoodle8Core]: Patching game...
Forge used to print this out in 1.12.2 (example from Silk):
[16:38:36] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:292]: [Micdoodle8Core]: Patching game...
This was later removed but we should ideally add it back so players and packmakers can easily find what mod is spamming the log by using system.out.print instead of their mod's logger instead. This is the code old Forge used to have
https://github.com/MinecraftForge/MinecraftForge/blob/1.12.x/src/main/java/net/minecraftforge/fml/common/TracingPrintStream.java
The text was updated successfully, but these errors were encountered: