unsure if serious or not, getting a number of repeated naturesaura recipe(?) big error traces in log
hiimrickross opened this issue ยท 3 comments
hi, while looking thru logs / hunting crashes for other things, i noticed there is big sections of recipe failures for naturesaura in there.
sophisticatednaturesalexcaves.txt
is this inconsequential, or might cause problems?
This issue might be caused by these functions above
The JEINaturesAuraPlugin.registerItemSubtypes#registration.registerSubtypeInterpreter
definition doesn't check if the return value of getEffect can be null.
The return value of ItemEffectPowder.getEffect
can indeed be null.
JEINaturesAuraPlugin.registerItemSubtypes#registration.registerSubtypeInterpreter
doesn't know how to correct handle a null return value.
It seems that the return value of ItemEffectPowder.getEffect
is null, and JEINaturesAuraPlugin.registerItemSubtypes#registration.registerSubtypeInterpreter
is unable to process this.
This turns out to have been a duplicate of #363!