mirror of
https://github.com/FalloutCollaborationProject/FCP-Melee-Weapons.git
synced 2026-07-27 17:02:40 -07:00
Initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
# Auto detect text files and perform LF normalization
|
||||||
|
* text=auto
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<ModMetaData>
|
||||||
|
|
||||||
|
<!-- About Information -->
|
||||||
|
|
||||||
|
<packageId>Rick.FCP.MeleeWeapons</packageId>
|
||||||
|
<author>Rick</author>
|
||||||
|
<name>FCP - Melee Weapons</name>
|
||||||
|
<description>The Fallout Collaboration Project Presents: Melee 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>
|
||||||
Reference in New Issue
Block a user