Mod prints the class name of every screen opened to the client log
James103 opened this issue ยท 1 comments
Minecraft 1.20.1
Inventory Tweaks Refoxed 1.1.0
Forge 47.3.0
Mod pack: Project Architect 2 version 2.6
Every time an inventory screen is opened, Inventory Tweaks Refoxed prints the name of the class responsible for the inventory screen to the client-side log. For example, the following lines in the log are logged when opening the player's inventory, then a Sophisticated Backpack, and finally a Wireless Crafting Terminal from AE2WTLib.
[23:34:21] [Render thread/INFO] [invtweaks/]: net.minecraft.client.gui.screens.inventory.InventoryScreen
[23:39:08] [Render thread/INFO] [invtweaks/]: net.p3pp3rf1y.sophisticatedbackpacks.client.gui.BackpackScreen
[23:39:11] [Render thread/INFO] [invtweaks/]: de.mari_023.ae2wtlib.wct.WCTScreen
Where in the code is causing these lines to be logged, and can it be disabled so as to not clog up the logs?