# 🖼️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](https://flipcard.superiormc.cn/features/custom-animation).

## 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

![](https://2842354417-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLuSnM0RWEZSpv5WDinSa%2Fuploads%2FZZJPsLZ2TzXOGVZYgAcQ%2F2022-03-22_161411.png?alt=media\&token=5902abd9-a8bf-4671-ab08-34055c041993)

{% file src="<https://2842354417-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLuSnM0RWEZSpv5WDinSa%2Fuploads%2Fd1Ytv717WKz2XhlJBTDL%2FFlipCard_Expansion_Pack-1.2.1.zip?alt=media&token=b1428a9f-ad7f-4fb5-a501-275a6be1d7f3>" %}

### Vol.1

![](https://2842354417-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLuSnM0RWEZSpv5WDinSa%2Fuploads%2FeYOYiRo32yDH2DyLFdGx%2F%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE%202022-04-05%20183825.png?alt=media\&token=a46e1892-c522-40c3-90d0-8fadca36e77d)

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

More is coming.
