sf_mod_refinedrdapi/RefinedRDApi.uplugin
2024-10-24 18:06:58 +02:00

33 lines
723 B
Plaintext

{
"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"
}