Initial commit

This commit is contained in:
RickGrymes
2024-12-12 00:00:13 -06:00
commit b133f6ba09
2 changed files with 25 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
+23
View File
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<!-- About Information -->
<packageId>Rick.FCP.EnergyWeapons</packageId>
<author>Rick</author>
<name>FCP - Energy Weapons</name>
<description>The Fallout Collaboration Project Presents: Energy Weapons, a weapon Mod.</description>
<supportedVersions>
<li>1.5</li>
</supportedVersions>
<modDependencies>
<li>
<packageId>Rick.FCP.Core.Tools</packageId>
<displayName>FCP - Tools</displayName>
</li>
</modDependencies>
<loadAfter>
<li>Rick.FCP.Core.Tools</li>
</loadAfter>
</ModMetaData>