0 of 0

File information

Last updated

Original upload

Created by

MajDash

Uploaded by

ZoreanderGaming

Virus scan

Safe to use

Tags for this mod

About this mod

The original modinfo.xml is improperly formatted. This just allows the game to read it again.

Requirements
Permissions and credits
The original modinfo.xml was improperly structured for 1.0. This just gets placed in Pick Up Props A21, overwriting the original modinfo.xml. Alternatively you can fix it yourself.

Open modinfo.xml in any text editor, erase the original lines:

<xml>
        <Name value="Pick up Props" />
        <DisplayName value="Pick up Props"/>
        <Version value="1.0" />
        <Description value="Lots of props can be picked up now!"  />
        <Author value="MajDash" />

</xml>


And use this:

<configs>
    <Name value="PickUpProps" />
    <DisplayName value="Pick Up Props"/>
    <Description value="Pick up some props." />
    <Author value="MajDash" />
    <Version value="1.2" />
</configs>

Technically you could put whatever description or version you want, I just went with that.