mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-19 14:27:50 +01:00
This commit is contained in:
parent
7621fb02f6
commit
ff6f7a1c75
2 changed files with 28 additions and 21 deletions
|
|
@ -10,6 +10,14 @@
|
|||
"minimum": 3,
|
||||
"maximum": 3
|
||||
},
|
||||
"FileSystemFolder": {
|
||||
"description": "The containing folder in Penumbras custom filesystem for this mod. Can be omitted if the mod is not in a folder.",
|
||||
"type": "string"
|
||||
},
|
||||
"SortOrderName": {
|
||||
"description": "The sort order name of the mod in Penumbras custom filesystem. Can be omitted if the mod uses the default sort order name.",
|
||||
"type": "string"
|
||||
},
|
||||
"ImportDate": {
|
||||
"description": "The date and time of the installation of the mod as a Unix Epoch millisecond timestamp.",
|
||||
"type": "integer"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue