Jarva / ArsAddonBuilder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ars Addon Builder

Ars Addon Builder is a project to build generated resources and publish all of them in one easy to retrieve project.

The repository will check whether the projects are up to date each day at midnight and if there is a new git commit the repository will kick off a build for that specific project.

To add a new project:

  • Create a file in ./projects to match your project name. Example: ars_artifice.json
  • Fill out the following JSON object with the correct information:
{
  "repo": "Jarva/Ars-Artifice",
  "branch": "1.20.x"
}
  • Create a PR for the new file. Do not add the hash key, the script will fetch the latest hash when running at midnight and kick off the build as required.

About


Languages

Language:GLSL 93.2%Language:Shell 6.8%