embeddedt / VintageFix

FerriteCore and ModernFix venturing into the stone age of 1.12
https://legacy.curseforge.com/minecraft/mc-mods/vintagefix
Other
66 stars 6 forks source link

[Suggestion] Option to supress "normal" errors in log #107

Open xJon opened 2 months ago

xJon commented 2 months ago

VintageFix currently contributes to a fair amount of "noise" in the game log with a lot of Client thread/ERROR and VintageFix item baking thread/ERROR lines that I was told are ignorable, yet make finding other errors just a bit more challenging. Being able to opt out from having these printed in the log would be useful.

xJon commented 1 month ago

Do I just need to set mixin.dynamic_resources.hide_model_exceptions to true?

embeddedt commented 1 month ago

That will eliminate some of the errors but probably not all of them.