> For the complete documentation index, see [llms.txt](https://flipcard.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flipcard.superiormc.cn/flip-ui/textures.md).

# 🖼️Textures

## Add new card textures:

* Put your new card textures to `/plugins/FlipCard/texture/card` folder.

![](https://rzt1020.github.io/FlipCard/img/9.png)

* Use **/fc reload** command to reload the plugin.
* Open config.yml, you will find new textures configuration have been generated. You can edit its configurations. **Use /fc reload command again if you have edited config.yml here.**
* Open /plugins/FlipCard/pack/ folder, zip this folder and this is the new resource pack.

## Add new edge texture:

* Put your new edge textures to `/plugins/FlipCard/texture/edge` folder.
* Repeat the card texture steps.

## Add new custom animation:

Please [view here](/features/custom-animation.md).

## Regnerate new resource pack

* For new card or edge texture: Just type `/fc reload` command.
* For modify generated card or edge texture: You need first delete those saved config in `config.yml` file then use the reload command. The config should be like this:

```yaml
card1:
  reward: 70006
  material: WHITE_DYE
  cmd: 70000
  frame:
  - 70000
  - 70001
  - 70002
  - 70003
  - 70004
  - 70005
card2:
  reward: 70013
  material: WHITE_DYE
  cmd: 70007
  frame:
  - 70007
  - 70008
  - 70009
  - 70010
  - 70011
  - 70012
card3:
  reward: 70020
  material: WHITE_DYE
  cmd: 70014
  frame:
  - 70014
  - 70015
  - 70016
  - 70017
  - 70018
  - 70019
expansion_card_back1:
  reward: 70027
  material: WHITE_DYE
  cmd: 70021
  frame:
  - 70021
  - 70022
  - 70023
  - 70024
  - 70025
  - 70026
expansion_card_back2:
  reward: 70034
  material: WHITE_DYE
  cmd: 70028
  frame:
  - 70028
  - 70029
  - 70030
  - 70031
  - 70032
  - 70033
expansion_card_front:
  reward: 70041
  material: WHITE_DYE
  cmd: 70035
  frame:
  - 70035
  - 70036
  - 70037
  - 70038
  - 70039
  - 70040
edge:
  common:
    material: WHITE_DYE
    cmd: 70042
  rare:
    material: WHITE_DYE
    cmd: 70043
  very_rare:
    material: WHITE_DYE
    cmd: 70044
  very_very_rare:
    material: WHITE_DYE
    cmd: 70045

```

## Configs Pack

Use custom font to add your UI texture to the game, I can give an example pack here:

### Legacy

![](/files/6RXJ9LnZkLIlULeU8QD7)

{% file src="/files/QEqjeHiIbC1ySaeKRZXW" %}

### Vol.1

![](/files/R3uQ8wh3JxE5l9W2EdJz)

Download here: <https://builtbybit.com/resources/flipcard-expansion-pack-1.23413>

More is coming.
