FactoryTools

December 9, 2023 ยท View on GitHub

Some code originally created for PolyFactory, split into self-contained library for general mod usage!

Usage:

Add it to your dependencies like this:

repositories {
	maven { url 'https://maven.nucleoid.xyz' }
}

dependencies {
	modImplementation include("eu.pb4:factorytools:[TAG]")
}