Erroneous "failed to load catalyst handler" warnings even though they are present and working?
Roadhog360 opened this issue ยท 0 comments
[16:07:26] [ForkJoinPool-1-worker-5/INFO] [NotEnoughItems]: failed to load catalyst handler, implement `loadTransferRects` for your handler ganymedes01.etfuturum.compat.nei.SmokerRecipeHandler [16:07:30] [ForkJoinPool-1-worker-3/INFO] [NotEnoughItems]: failed to load catalyst handler, implement `loadTransferRects` for your handler ganymedes01.etfuturum.compat.nei.BlastFurnaceRecipeHandler [16:07:32] [ForkJoinPool-1-worker-4/INFO] [NotEnoughItems]: failed to load catalyst handler, implement `loadTransferRects` for your handler ganymedes01.etfuturum.compat.nei.ComposterHandler
My blast furnace and smoker DOES have a transfer rect that works correctly so I do not know why it complains about this in the log every time I open its usages in NEI. The catalyst handler also shows up as expected, showing my blocks in the side as I want them.
For the composter I do not want transfer rects but the warning bugs me to add them anyways even though I don't want to. Overwriting the specified function and leaving it blank does not do anything to stop the warning