-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathFicsItNetworks.uplugin
94 lines (94 loc) · 1.9 KB
/
FicsItNetworks.uplugin
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"FileVersion": 3,
"Version": 0,
"VersionName": "0.3",
"SemVersion": "0.3.31",
"FriendlyName": "FicsIt-Networks",
"Description": "Adds a computer network and programmable computers to the Game.",
"Category": "Modding",
"CreatedBy": "Panakotta00, Roze",
"CreatedByURL": "https://panakotta00.dev/",
"DocsURL": "https://docs.ficsit.app/ficsit-networks/latest/index.html",
"MarketplaceURL": "",
"SupportURL": "https://discord.gg/3VfZ6Da",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "FicsItNetworks",
"Type": "Runtime",
"LoadingPhase": "PostDefault"
},
{
"Name": "FicsItNetworksCircuit",
"Type": "Runtime",
"LoadingPhase": "PostDefault"
},
{
"Name": "FicsItNetworksEd",
"Type": "Editor",
"LoadingPhase": "PostDefault"
},
{
"Name": "FicsItNetworksLua",
"Type": "Runtime",
"LoadingPhase": "PostDefault"
},
{
"Name": "FicsItNetworksDocumentation",
"Type": "Runtime",
"LoadingPhase": "PostDefault"
},
{
"Name": "Tracy",
"Type": "Runtime",
"LoadingPhase": "PostDefault"
},
{
"Name": "FicsItNetworksRepository",
"Type": "Runtime",
"LoadingPhase": "PostDefault"
},
{
"Name": "FicsItReflection",
"Type": "Runtime",
"LoadingPhase": "PostDefault"
},
{
"Name": "FicsItLogLibrary",
"Type": "Runtime",
"LoadingPhase": "PostDefault"
},
{
"Name": "FicsItNetworksComputer",
"Type": "Runtime",
"LoadingPhase": "PostDefault"
},
{
"Name": "FicsItNetworksMisc",
"Type": "Runtime",
"LoadingPhase": "PostDefault"
},
{
"Name": "FicsItFileSystem",
"Type": "Runtime",
"LoadingPhase": "PostDefault"
}
],
"Plugins": [
{
"Name": "SML",
"SemVersion": "^3.8.0",
"Enabled": true
}
],
"LocalizationTargets": [
{
"Name": "FicsItNetworks",
"LoadingPolicy": "Always"
}
],
"GameVersion": ">=365306"
}