feat: wip

This commit is contained in:
2024-10-24 18:06:58 +02:00
commit c7f5bd9326
35 changed files with 1226 additions and 0 deletions

33
RefinedRDApi.uplugin Normal file
View 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"
}