-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodDesc.xml
More file actions
23 lines (23 loc) · 946 Bytes
/
modDesc.xml
File metadata and controls
23 lines (23 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<modDesc descVersion="100">
<author>SimGamerJen</author>
<version>1.0.0.5</version>
<title>
<en>Crop Control Override</en>
</title>
<description>
<en><![CDATA[Overrides crop display order and disables certain crops globally in FS25.
v1.0.0.5 Updated to support the new ONION fruitType added by the Highlands Fishing Expansion DLC
v1.0.0.4 Fixed config.xml not applying immediately on starting a new save if the savegameX.xml doesn't exist
v1.0.0.3 Introduce crop control management XML per savegame outside the mod ZIP
v1.0.0.2 Updated modDesc.XML to allow MP
v1.0.0.1 mod icon,
]]></en>
</description>
<iconFilename>CropControlOverride.png</iconFilename>
<multiplayer supported="true"/>
<extraSourceFiles>
<sourceFile filename="scripts/CropControlOverride.lua"/>
<sourceFile filename="scripts/Debug.lua"/>
</extraSourceFiles>
</modDesc>