/FactoryTools

Generified bits of code originally created for PolyFactory, now usable for other mods!

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

FactoryTools

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]")
}