-
Notifications
You must be signed in to change notification settings - Fork 3
/
mod.json
69 lines (69 loc) · 1.99 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"geode": "3.8.1",
"gd": {
"win": "2.206",
"android": "2.206",
"mac": "2.206"
},
"version": "v1.6.2",
"id": "alphalaneous.happy_textures",
"name": "Happy Textures :3",
"developer": "Alphalaneous",
"description": "Fixes texture pack annoyances",
"early-load": true,
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=v1.15.0",
"importance": "required"
}
],
"resources": {
"files": [
"resources/*"
],
"sprites": [
"sprites/*"
]
},
"links": {
"homepage": "https://twitter.com/alphalaneous",
"source": "https://github.com/Alphalaneous/HappyTextures",
"community": "https://discord.gg/Txn2CA5dHF"
},
"tags": ["universal", "interface", "enhancement", "bugfix", "offline", "utility", "customization"],
"settings": {
"ccscale9sprite-fix": {
"name": "CCScale9Sprite Fix",
"description": "Fix sprite overlapping when you have transparent CCScale9Sprites (Such as on the level search page).",
"type": "bool",
"default": true,
"platforms": ["win", "android"]
},
"pusab-fix": {
"name": "Pusab Fix",
"description": "Makes changing pusab in texture packs not affect the font within levels.",
"type": "bool",
"default": true,
"platforms": ["win", "android"]
},
"comment-border-fix": {
"name": "Comment Border Fix",
"description": "Makes comment borders look cleaner, especially with texture packs.",
"type": "bool",
"default": true
},
"ui-modifications": {
"name": "Allow UI Modifications",
"description": "Allow Tetxure Packs to edit the game's interface.",
"type": "bool",
"default": true
},
"hot-reload": {
"name": "Hot Reload",
"description": "Allow hot reloading of UI elements, use if you are a texture pack creator.",
"type": "bool",
"default": false
}
}
}