forked from chawyehsu/dorado
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmcskin3d.json
28 lines (28 loc) · 857 Bytes
/
mcskin3d.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"homepage": "https://www.planetminecraft.com/mod/mcskin3d/",
"description": "The super duper 3d skin editing utility! For Minecraft.",
"version": "1.6.0.603",
"url": "http://alteredsoftworks.com/mcskin3d/v1_6/mcskin3d_1_6_0_603.zip",
"hash": "465fe928a552a4bb1767f449f57d96631599f5ec9df8e12d6ee0202beca976d6",
"bin": [
[
"MCSkin3D.exe",
"mcskin3d"
]
],
"shortcuts": [
[
"MCSkin3D.exe",
"MCSkin3D"
]
],
"pre_install": "if (! (test-path \"$dir\\settings.ini\")) { write-output \"\" | Out-File -encoding \"ASCII\" $dir\\settings.ini }",
"persist": [
"Skins",
"settings.ini"
],
"checkver": {
"url": "https://www.planetminecraft.com/mod/mcskin3d/",
"re": "Latest version \\(([\\d.]+)\\)"
}
}