mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2025-06-28 14:16:01 +02:00
add support for names in skin texture file (character_Skinname, player_playername_skinname)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
In this folder the skin files could be placed according the next file naming convention
|
||||
character_[number].png - Public skin, available for all users
|
||||
player_[nick].png or player_[nick]_[number].png - one or multiple private skins for player "nick"
|
||||
character_[number-or-name].png - Public skin, available for all users
|
||||
player_[nick].png or player_[nick]_[number-or-name].png - one or multiple private skins for player "nick"
|
||||
*_preview.png - Preview files for public and private skins
|
||||
|
Reference in New Issue
Block a user