An open API service indexing awesome lists of open source software.

https://github.com/patbox/factorytools

Generified bits of code originally created for PolyFactory, now usable for other mods!
https://github.com/patbox/factorytools

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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