feat: wip
This commit is contained in:
33
RefinedRDApi.uplugin
Normal file
33
RefinedRDApi.uplugin
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "1.0.0",
|
||||
"SemVersion": "1.0.0",
|
||||
"FriendlyName": "Refined R&D Api",
|
||||
"Description": "This Lib can be used to create Mod Compatability with Refined R&D Mods",
|
||||
"Category": "Modding",
|
||||
"CreatedBy": "Refined R&D",
|
||||
"CreatedByURL": "https://github.com/mrhid6",
|
||||
"DocsURL": "https://docs.ficsit.app",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"CanContainContent": true,
|
||||
"IsBetaVersion": false,
|
||||
"IsExperimentalVersion": false,
|
||||
"Installed": true,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "RefinedRDApi",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PostDefault"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "SML",
|
||||
"Enabled": true,
|
||||
"SemVersion": "^3.8.0"
|
||||
}
|
||||
],
|
||||
"GameVersion": ">=365306"
|
||||
}
|
||||
Reference in New Issue
Block a user