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