eutro / MultiblockTweaker

Add GregTech CE Multiblocks via CraftTweaker
GNU Lesser General Public License v3.0
8 stars 11 forks source link

Internal Exception handling: Should go to CT logs #6

Closed pyure closed 4 years ago

pyure commented 4 years ago

Eutro, mostly a reminder: I ran into a small issue where I was using an incorrect number of expected vs actual inputs, and the exception was thrown to the minecraft standard logs. It would be nice if these were caught and thrown to the CT logs.

eutro commented 4 years ago

Thanks! If you could attach the relevant log and scripts that would be incredibly helpful.

eutro commented 4 years ago

Having replicated it as such, it seems the problem is on GregTech itself, as it logs recipe errors directly to the logger.

eutro commented 4 years ago

I opened https://github.com/GregTechCE/GregTech/issues/1119.