forked from satisfactorymodding/SMLFeatureTests
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSMLFeatureTests.uplugin
More file actions
33 lines (33 loc) · 777 Bytes
/
Copy pathSMLFeatureTests.uplugin
File metadata and controls
33 lines (33 loc) · 777 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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0.0",
"FriendlyName": "SMLFeatureTests",
"Description": "Mod for testing SML features. Separate repo to not confuse modders and bloat the modding project.",
"Category": "Modding",
"CreatedBy": "SML Team",
"CreatedByURL": "https://github.com/satisfactorymodding/SMLFeatureTests",
"DocsURL": "https://docs.ficsit.app",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "SMLFeatureTests",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "SML",
"Enabled": true,
"SemVersion": "^3.11.1"
}
],
"SemVersion": "1.0.0",
"GameVersion": ">=415558"
}