Language: English | 日本語
This is a template repository for Figura, skin mod for Minecraft.
The meta file for the avatar. Figura won't recognize this repository as an avatar if this file doesn't exist. On the contrary, Figura will recognize this repository as an avatar even if only this file exists. Please see this for more information.
The thumbnail for the avatar. Shown in the avatar list.
The directory to store avatar models. They are created with Blockbench.
The directory to store textures of avatar models.
The directory to store scripts. The language for them is Lua. Please see this for about the Lua API provided by Figura.
The directory to store README files, workflow files for Github Actions, and etc. The directory is not related to the avatar.
The list of files/directories to exclude from the Git management system. The file is not related to the avatar.
READMEs are generated from .github/README_templates
to .github/README.md
and .github/README_jp.md
by Github Actions. Please edit READMEs under .github/README_templates
and don't edit .github/README.md
and .github/README_jp.md
because changing files under .github/README_templates
will trigger Github Actions and it overrides .github/README.md
and .github/README_jp.md
. And, please don't delete any files under .github/README_templates
. If you delete them, Github Actions will result in an error.
Please put images under .github/README_images
if you want to add images in the README (e.g., ![The image](./README_images/image.jpg)
). Images outside .github/README_images
won't be processed by Github Actions (Image urls may be invalid when generating READMEs).
There are some template phrases which are automatically inserted by Github Actions. Please see this for more information.
- Add a new repository variable as
TARGET_BRANCHES
and define an array of branches for which READMEs are to be generated (e.g.,["Senko", "Shiro", "Suzu"]
). - Add the new avatar repository to the repository variable
TARGET_REPOSITORIES
in the repository "FiguraAvatarsReadmeTemplate" (for Gakuto1112 only).
- Add the added avatar branch to
on
->push
->branches
in.github/workflows/generate_readme.yml
.- You can specify avatar branches easier with wildcards.
- Add the added avatar branch to repository variable
TARGET_BRANCHES
of this repository.