Skip to content

KiloCraft/FactoryTools

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%