-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathTajsGraph.uplugin
More file actions
51 lines (51 loc) · 1.15 KB
/
TajsGraph.uplugin
File metadata and controls
51 lines (51 loc) · 1.15 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
{
"FileVersion": 3,
"Version": 4,
"VersionName": "4.0.1",
"FriendlyName": "Taj's Graphical Overhaul",
"Description": "Get ready to see every pipe and every constructor in eye-popping detail. Crank up those graphics and make efficiency look sexy!",
"Category": "Modding",
"CreatedBy": "TajemnikTV",
"CreatedByURL": "https://github.com/tajemniktv",
"DocsURL": "https://tajemniktv.github.io/TajsGraph/",
"MarketplaceURL": "",
"SupportURL": "https://github.com/tajemniktv/TajsGraph/issues",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Plugins": [
{
"Name": "SML",
"Enabled": true,
"SemVersion": "^3.11.3"
},
{
"Name": "ModUpdateNotifier",
"Enabled": true,
"SemVersion": "^2.2.0",
"Optional": true
},
{
"Name": "ContentLib",
"Enabled": true,
"SemVersion": "^1.5.0",
"Optional": true
}
],
"Modules": [
{
"Name": "TajsGraphEarly",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit"
},
{
"Name": "TajsGraph",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"SemVersion": "4.0.1",
"GameVersion": ">=416835",
"RequiredOnRemote": false
}