-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTwoMeterWalls.uplugin
More file actions
31 lines (31 loc) · 753 Bytes
/
TwoMeterWalls.uplugin
File metadata and controls
31 lines (31 loc) · 753 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.3.0",
"SemVersion": "2.3.0",
"FriendlyName": "TwoMeterWalls",
"Description": "2m high walls for the extra efficient builder",
"Category": "Modding",
"CreatedBy": "SpaceGameDev",
"CreatedByURL": "https://spacegamedev.com",
"DocsURL": "https://ficsit.app/TwoMeterWalls/",
"MarketplaceURL": "",
"SupportURL": "https://github.com/SpaceGameDev568/TwoMeterWalls/issues/new/choose",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Plugins": [
{
"Name": "SML",
"Enabled": true,
"SemVersion": "^3.11.3"
},
{
"Name": "ModUpdateNotifier",
"Enabled": true,
"SemVersion": "^2.4.0"
}
],
"GameVersion": ">=455399"
}