Redneck is a small, plugin-driven, declarative modpack builder.
Here's an example of how you can declare a mod with a few lines of YAML code:
- load: modrinth
id: fabric-api
project: "fabric-api"
version: "0.92.7+1.20.1"You can install redneck from the PyPI by typing pip install redneck (that simple, yes!)
You can start with running redneck init, and changing the base configuration found in pack.yml & the file found in mods/. Additional parameters should -- hopefully -- be explained in the docs.
