-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathContentLib.uplugin
More file actions
33 lines (33 loc) · 795 Bytes
/
Copy pathContentLib.uplugin
File metadata and controls
33 lines (33 loc) · 795 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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.10.0",
"SemVersion": "1.10.0",
"FriendlyName": "ContentLib",
"Description": "Easily create or modify Items, Recipes, and more via JSON for any machine and any mod!",
"Category": "Modding",
"CreatedBy": "Nog, Robb",
"CreatedByURL": "https://ficsit.app/mod/ContentLib",
"DocsURL": "https://docs.ficsit.app/contentlib/latest/index.html",
"MarketplaceURL": "",
"SupportURL": "http://discord.gg/zqp6U7Y7Nu",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "ContentLib",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "SML",
"Enabled": true,
"SemVersion": "^3.12.0"
}
],
"GameVersion": ">=491125"
}