-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMoreBuildables.uplugin
More file actions
34 lines (34 loc) · 895 Bytes
/
Copy pathMoreBuildables.uplugin
File metadata and controls
34 lines (34 loc) · 895 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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.1.0",
"FriendlyName": "More Buildables",
"Description": "Get more buildables such as foundations or walls to make your factory look better!",
"Category": "Modding",
"CreatedBy": "Spokloo",
"CreatedByURL": "https://github.com/Spokloo",
"DocsURL": "https://github.com/Spokloo/Satisfactory-MoreBuildables-Mod/blob/master/README.md",
"MarketplaceURL": "",
"SupportURL": "https://github.com/Spokloo/Satisfactory-MoreBuildables-Mod/issues",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Plugins": [
{
"Name": "SML",
"Enabled": true,
"SemVersion": "^3.12.0"
}
],
"Modules": [
{
"Name": "MoreBuildables",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"SemVersion": "1.1.0",
"GameVersion": ">=491125",
"BuiltInInitialFeatureState": "Active"
}