Some code originally created for PolyFactory, split into self-contained library for general mod usage!
Add it to your dependencies like this:
repositories {
maven { url 'https://maven.nucleoid.xyz' }
}
dependencies {
modImplementation include("eu.pb4:factorytools:[TAG]")
}