
Potacore
Lately, my desire to create library mods has been growing stronger. Every time I need my small utility classes, I have to search for and copy them from other projects.
Now I can simply add this mod to my project templates and code without constantly copying and pasting code.
This library won't have any effect on gameplay (however, it provides more performant coding when creating mods).
Included Utilities
MergedIterator/MergedIterable - efficient simultaneous iteration over two iterable objects or iterators
FilterableIterator - a wrapper for iterators that allows adding predicate filters to skip certain elements during iteration
Currently, this is all the library contains. It might seem like there's not much functionality, but this is indeed everything available now.
I will only add new classes if I use them really frequently, so this library isn't expected to have a large amount of content.