Skip to content

117HD/resource-packs

Repository files navigation

resource-packs

This repository contains the packs for 117HD these packs are not officially supported by the 177HD Team.

Creating new Resource Pack

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.

Development

How to design a pack

Submitting a resource pack

  1. Fork the resource-packs repository.
  2. Create a new branch for your pack.
  3. Create a new file in the packs directory with the fields:
repository=
commit=
  1. To get the repository url, copy the url from the address bar. Paste the url in in the repository= field.

  2. 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
  1. 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.

  2. Write a short description of what your pack does and then create your pull request.

  3. Be patient and wait for your pack to be reviewed and merged.

Updating a pack

To update a pack, simply update the manifest with the most recent commit hash.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages