[SUGGESTION] Add more descriptive warning message than "null nbt in ETF"
zeziba opened this issue ยท 1 comments
Playing Chosen's pack Project-Architect-2 and there is log spam from ETF from
if (lastElement == null) {
ETFUtils2.logWarn("null nbt in ETF");
return null;
}
The error is as follows [16:07:05] [Render thread/WARN]: null nbt in ETF.
This log file contains 9824 instances of this particular line as well for about 1:30hrs of play time or 109 warnings per min. This was already after several texture packs were removed to mitigate the issue and to see what was causing the spam.
Should make it more verbose so that what ever is causing the warning can be quickly found, as of right now it is not easily possible.