-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathModUpdateNotifier.uplugin
More file actions
34 lines (34 loc) · 882 Bytes
/
ModUpdateNotifier.uplugin
File metadata and controls
34 lines (34 loc) · 882 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": 2,
"VersionName": "2.4.5",
"SemVersion": "2.4.5",
"FriendlyName": "Mod Update Notifier",
"Description": "The Mod Update Notifier (MUN) notifies you in-game when an installed mod needs an update.",
"Category": "Modding",
"CreatedBy": "SpaceGameDev",
"CreatedByURL": "https://spacegamedev.com",
"DocsURL": "https://docs.spacegamedev.com/modding/mod-update-notifier/",
"MarketplaceURL": "",
"SupportURL": "https://github.com/SpaceGameDev568/ModUpdateNotifier/issues/new/choose",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "ModUpdateNotifier",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "SML",
"Enabled": true,
"SemVersion": "^3.11.3"
}
],
"GameVersion": ">=455399",
"RequiredOnRemote": false
}