-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFactory_Prop_Mod.uplugin
More file actions
38 lines (38 loc) · 913 Bytes
/
Factory_Prop_Mod.uplugin
File metadata and controls
38 lines (38 loc) · 913 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
{
"FileVersion": 3,
"Version": 2,
"VersionName": "2.6.4",
"SemVersion": "2.6.4",
"FriendlyName": "Factory Props",
"Description": "Your one-stop-shop for all your decorating needs!",
"Category": "Modding",
"CreatedBy": "SpaceGameDev",
"CreatedByURL": "https://spacegamedev.com",
"DocsURL": "https://ficsit.app/mod/Factory_Prop_Mod",
"MarketplaceURL": "https://ficsit.app/mod/Factory_Prop_Mod",
"SupportURL": "https://github.com/SpaceGameDev568/Factory_Prop_Mod/issues/new/choose",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "Factory_Prop_Mod",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "SML",
"SemVersion": "^3.11.3",
"Enabled": true
},
{
"Name": "ModUpdateNotifier",
"Enabled": true,
"SemVersion": "^2.4.0"
}
],
"GameVersion": ">=455399"
}