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!
- Host: GitHub
- URL: https://github.com/patbox/factorytools
- Owner: Patbox
- License: lgpl-3.0
- Created: 2023-12-08T21:18:30.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T17:04:50.000Z (9 months ago)
- Last Synced: 2025-04-23T13:17:02.862Z (8 months ago)
- Language: Java
- Size: 188 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]")
}
```