26 lines
1.0 KiB
XML
26 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ModMetaData>
|
|
|
|
<!-- This is the internal identifier for your mod. -->
|
|
<!-- It is recommended that you make it unique to as to avoid potential collisions with other authors; -->
|
|
<!-- if Rimworld detects multiple mods with the same packageId then it will refuse to load all of them. -->
|
|
<packageId>PlexSheep.Overzealous</packageId>
|
|
|
|
<!-- This is both the displayed name of your mod as well as the name used for patch targeting. -->
|
|
<name>Overzealous</name>
|
|
|
|
<!-- Your name goes here. -->
|
|
<author>PlexSheep</author>
|
|
|
|
<!-- These are the RimWorld game versions that your mod supports. -->
|
|
<!-- It is recommended that you only list versions that you have explicitly tested to ensure they work, -->
|
|
<!-- as even basic XML options can change between major versions of the game. -->
|
|
<supportedVersions>
|
|
<li>1.5</li>
|
|
</supportedVersions>
|
|
|
|
<!-- This is the description of your mod shown in both the vanilla mod manager as well as modded managers. -->
|
|
<description>OP Pawns</description>
|
|
|
|
</ModMetaData>
|