-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathArmorModules.uplugin
More file actions
35 lines (35 loc) · 877 Bytes
/
Copy pathArmorModules.uplugin
File metadata and controls
35 lines (35 loc) · 877 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
{
"FileVersion": 3,
"Version": 4,
"VersionName": "4.3.0",
"SemVersion": "4.3.0",
"FriendlyName": "PowerSuit Modules",
"Description": "Expand your equipment options with a PowerSuit! Highly customizable and configurable.\n\nTurtle and rabbit icons from Freepik on flaticon.com",
"Category": "Modding",
"CreatedBy": "Robb#6731, Nog",
"CreatedByURL": "https://github.com/budak7273/ArmorModules/",
"DocsURL": "https://ficsit.app/mod/ArmorModules",
"MarketplaceURL": "",
"SupportURL": "http://discord.gg/zqp6U7Y7Nu",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Plugins": [
{
"Name": "SML",
"SemVersion": "^3.7.0",
"Enabled": true
},
{
"Name": "PowerSuit",
"SemVersion": "^1.4.0",
"Enabled": true
},
{
"Name": "MAMTips",
"SemVersion": "^1.5.0",
"Enabled": true
}
]
}