OtherDrops Errors in Console
stvncao5 opened this issue ยท 2 comments
I've seen this error appear a few times in the console, and I believe it has to do with the plugin being unable to receive the data on what colour the sheep was.
I've also seen this error in console, but only once. I have not seen it again since.
I can't tell you much as to the nature of the issue or any other background information, so sorry. I can tell you that I'm using 1.5.2-R0.1 and version 2.8b.542 of OtherDrops. I haven't updated either because I'm waiting on some other plugin to update.
Added a check for the second error (in e441cef) - shouldn't happen again in newer builds.
The other issue appears to be that it's trying to process the whole remainder of the string as color data. Do you still have the particular sheep config that triggers that error?
Yup, right here:
SHEEP@UNSHEARED!BABY:
- tool: ANY_DAMAGE
drop: [WOOL@THIS/1/60%, XP/1]
SHEEP@SHEARED!BABY:
- tool: ANY_DAMAGE
drop: XP/1
SHEEP@UNSHEARED:
- tool: ANY_DAMAGE
drop: [WOOL@THIS/3-5/100%, XP/2]
SHEEP@SHEARED:
- tool: ANY_DAMAGE
drop: {WOOL@THIS/2/10%, WOOL@THIS/1/30%}
- tool: ANY_DAMAGE
drop: XP/2