Skip to content

Gakuto1112/FiguraAvatarTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language:  English | 日本語

FiguraAvatarTemplate

This is a template repository for Figura, skin mod for Minecraft.

Repository structure

avatar.json

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.

avatar.png

The thumbnail for the avatar. Shown in the avatar list.

models

The directory to store avatar models. They are created with Blockbench.

textures

The directory to store textures of avatar models.

scripts

The directory to store scripts. The language for them is Lua. Please see this for about the Lua API provided by Figura.

.github

The directory to store README files, workflow files for Github Actions, and etc. The directory is not related to the avatar.

.gitignore

The list of files/directories to exclude from the Git management system. The file is not related to the avatar.

Editing README

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.

Things to do after creating a new avatar

  1. 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"]).
  2. Add the new avatar repository to the repository variable TARGET_REPOSITORIES in the repository "FiguraAvatarsReadmeTemplate" (for Gakuto1112 only).

Things to do after adding a new avatar branch

  1. Add the added avatar branch to on->push->branches in .github/workflows/generate_readme.yml.
    • You can specify avatar branches easier with wildcards.
  2. Add the added avatar branch to repository variable TARGET_BRANCHES of this repository.

About

MinecraftのスキンMod「Figura」のアバターのテンプレートレポジトリです。

Topics

Resources

License

Stars

Watchers

Forks

Languages