Console Spam
MrAmericanMike opened this issue ยท 2 comments
Is there any way to stop this spam on the console?
I would think that this does it, but no:
troubleshooting {
B:enableAPITestingItem=false
B:logTileErrors=false
}
There's no way to disable those messages, because they are important, they are printed when C&B preventings java from crashing because of class loading failures.
If you really want to get rid of those, you could install one probe.
McJty's mods use the one probe API, and when C&B tries to check if those blocks are chisable and one probe isn't installed, java fails to load the class, and crashes. I'm currently catching those crashes, and displaying that message, usually its a sign that something should be fixed.
Goes quite a way back as well, McJtyMods/RFTools#608