mirror of
https://github.com/LCE-Hub/LCE-Workshop.git
synced 2026-07-17 15:57:20 +00:00
14 lines
440 B
JSON
14 lines
440 B
JSON
{
|
|
"id": "touhou", // ID
|
|
"name": "Touhou SkinPack", // Name
|
|
"author": "spellboundstargazer",
|
|
"description": "A collection of Touhou skins based on characters that I like.", // Description
|
|
"extended_description": "",
|
|
"category": ["Skin", "DLC"], // Category
|
|
"thumbnail": "thumbnail.png", // Thumbnail filename
|
|
"zips": {
|
|
"AriTouhouSkins.zip": "{DLCDir}" // placeholders are handled by Emerald
|
|
},
|
|
"version": "1.0.0"
|
|
}
|