This repository contains the packs for 117HD these packs are not officially supported by the 177HD Team.
There are two methods to create an external pack, you can either:
- Use this pack template.
- Make a new public repo and add your files to your git repo and push the project.
- Fork the resource-packs repository.
- Create a new branch for your pack.
- Create a new file in the
packs
directory with the fields:
repository=
commit=
-
To get the repository url, copy the url from the address bar. Paste the url in in the
repository=
field. -
To get the commit hash, go to your pack repository on GitHub and click on commits. Choose the latest one and copy the full 40-character hash. It can be seen in the top right after selecting a commit. Paste this into the
commit=
field of the file. Your file should now look something like this:
repository=https://github.com/Mark7625/resource-packs/
commit=9db374fc205c5aae1f99bd5fd127266076f40ec8
-
This is the only change you need to make, so commit your changes and push them to your fork. Then go back to the resource-packs repository and click New pull request in the upper left. Choose Compare across forks and select your fork and branch as head and compare.
-
Write a short description of what your pack does and then create your pull request.
-
Be patient and wait for your pack to be reviewed and merged.
To update a pack, simply update the manifest with the most recent commit hash.