-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathObstacleMod.uplugin
More file actions
31 lines (31 loc) · 830 Bytes
/
ObstacleMod.uplugin
File metadata and controls
31 lines (31 loc) · 830 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
{
"FileVersion": 3,
"Version": 2,
"VersionName": "2.1.0",
"SemVersion": "2.1.0",
"FriendlyName": "SatisWHACKtory",
"Description": "FICSIT Inc. is not responsible for any injuries caused by the use of this mod.",
"Category": "Modding",
"CreatedBy": "SpaceGameDev",
"CreatedByURL": "https://github.com/SpaceGameDev568",
"DocsURL": "https://ficsit.app/mod/ObstacleMod",
"MarketplaceURL": "https://ficsit.app/mod/ObstacleMod",
"SupportURL": "https://github.com/SpaceGameDev568/ObstacleMod/issues/new/choose",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Plugins": [
{
"Name": "SML",
"SemVersion": "^3.11.3",
"Enabled": true
},
{
"Name": "ModUpdateNotifier",
"Enabled": true,
"SemVersion": "^2.4.0"
}
],
"GameVersion": ">=455399"
}