-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmod.json
51 lines (51 loc) · 1.05 KB
/
mod.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"geode": "4.0.0-beta.1",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074"
},
"version": "v1.3.5",
"id": "uproxide.textures",
"name": "Texture Workshop",
"developer": "Uproxide",
"description": "An Index for Texture Packs :)",
"resources": {
"spritesheets": {
"TWSSheet": [
"resources/TWSSheet/*.png"
]
},
"sprites": [
"resources/*.png"
]
},
"dependencies": [
{
"id": "geode.texture-loader",
"version": ">=1.6.0",
"importance": "required"
},
{
"id": "alphalaneous.happy_textures",
"version": ">=1.3.17",
"importance": "recommended"
}
],
"settings": {
"cert-verification": {
"name": "Cert Verification",
"description": "Enable Cert Verification",
"type": "bool",
"default": true
}
},
"tags": [
"universal", "utility", "interface", "enhancement", "customization"
],
"links": {
"community": "https://discord.gg/uproxide-s-little-land-1204580412299542608",
"homepage": "https://uproxide.xyz",
"source": "https://github.com/Uproxide/Texture-Workshop"
}
}