Everyones-Vocality/unsup.toml
2025-10-01 13:09:14 -05:00

18 lines
444 B
TOML

[flavor_groups.player_model]
name = "Player Model Mod"
description = "Which player model mod you'd like to use."
side = "client"
[[flavor_groups.player_model.choices]]
id = "figura"
name = "Figura"
description = "Install Figura."
[[flavor_groups.player_model.choices]]
id = "ysm"
name = "Yes Steve Model"
description = "Install Yes Steve Model."
[metafile.figura]
flavors = "figura"
[metafile.yes-steve-model]
flavors = "ysm"