-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmisc.json
More file actions
51 lines (51 loc) · 1.12 KB
/
misc.json
File metadata and controls
51 lines (51 loc) · 1.12 KB
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
{
"version": "2",
"author": "TLD Modding Community",
"authorURL": "",
"supportURL": "",
"mods": [
{
"type": "mod",
"version": "2.1.0",
"name": "StretchArmstrong",
"displayName": "Stretch Armstrong",
"author": "",
"previousAuthors": "bushtail, phaedrus",
"released": "2025-04-21",
"updated": "2026-01-03",
"downloadURL": "https://github.com/TLD-Mods/StretchArmstrong/releases/download/2.1.0/StretchArmstrong.dll",
"modURL": "https://github.com/TLD-Mods/StretchArmstrong",
"description": "Change the range at which you can interact with things.",
"tags": "",
"categories": [
"Gameplay"
],
"gameversion": [
"vanilla"
],
"images": [],
"dependencies": [
"ModSettings"
],
"status": {
"working": true,
"beta": false,
"patchnotes": "",
"notes": "",
"issues": ""
},
"testedon": {
"tldversion": "2.51",
"mlversion": "0.7.2"
},
"updater": {
"enable": true,
"downloads": [
"https://github.com/TLD-Mods/StretchArmstrong/releases/download/2.1.0/StretchArmstrong.dll"
]
},
"aliases": [],
"replaces": []
}
]
}