mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2025-01-03 21:00:23 +01:00
Fix typo privat -> private (#94)
This commit is contained in:
parent
616262de4b
commit
e1cd937470
2
API.md
2
API.md
@ -91,7 +91,7 @@ The next metadata keys are filled or/and used interally in skinsdb framework
|
|||||||
- name - A name for the skin
|
- name - A name for the skin
|
||||||
- author - The skin author
|
- author - The skin author
|
||||||
- license - THe skin texture license
|
- license - THe skin texture license
|
||||||
- assignment - (obsolete) is "player:playername" in case the skin is assigned to be privat for a player
|
- assignment - (obsolete) is "player:playername" in case the skin is assigned to be private for a player
|
||||||
- playername - Player assignment for private skin. Set false for skins not usable by all players (like NPC-Skins), true or nothing for all player skins
|
- playername - Player assignment for private skin. Set false for skins not usable by all players (like NPC-Skins), true or nothing for all player skins
|
||||||
- in_inventory_list - If set to false the skin is not visible in inventory skins selection but can be still applied to the player
|
- in_inventory_list - If set to false the skin is not visible in inventory skins selection but can be still applied to the player
|
||||||
- _sort_id - Thi skins lists are sorted by this field for output (internal key)
|
- _sort_id - Thi skins lists are sorted by this field for output (internal key)
|
||||||
|
Loading…
Reference in New Issue
Block a user