-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathEfficiencyCheckerMod.uplugin
More file actions
43 lines (43 loc) · 937 Bytes
/
EfficiencyCheckerMod.uplugin
File metadata and controls
43 lines (43 loc) · 937 Bytes
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
{
"FileVersion": 3,
"Version": 2,
"VersionName": "2.5.11",
"SemVersion": "2.5.11",
"GameVersion": ">=416835",
"FriendlyName": "Efficiency Checker Mod",
"Description": "See if your production is under-flowing! Now with a hand tool, too!",
"Category": "Modding",
"CreatedBy": "Marcio Neves",
"CreatedByURL": "https://ficsit.app/user/27uDm1v7WoUoDX",
"DocsURL": "https://ficsit.app/mod/EfficiencyCheckerMod",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "EfficiencyCheckerMod",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "AbstractInstance",
"BasePlugin": true,
"Enabled": true
},
{
"Name": "SML",
"SemVersion": "^3.11.1",
"Enabled": true
},
{
"Name": "MarcioCommonLibs",
"SemVersion": "^1.3.9",
"Enabled": true
}
]
}