-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodDesc.xml
More file actions
32 lines (28 loc) · 1.07 KB
/
Copy pathmodDesc.xml
File metadata and controls
32 lines (28 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="96">
<author>Jos</author>
<version>1.0.0.1</version>
<title>
<en>Extended Straw Crops</en>
<de>Erweiterte Strohkulturen</de>
</title>
<description>
<en><![CDATA[Canola, Corn, Sorghum, Soybean, and Sunflower give straw when harvesting.
Changelog 1.0.0.1:
- Removed crops planted in rice fields
Latest version and bug reports on <a href="https://github.com/Jos-Modding/FS25_CropManager">GitHub</a>.
]]>
</en>
<de><![CDATA[Raps, Mais, Sorghum, Sojabohnen und Sonnenblumen liefern bei der Ernte Stroh.
Changelog 1.0.0.1:
- Auf Reisfeldern angebaute Nutzpflanzen entfernt
Aktuelle Version und Fehlerberichte auf <a href="https://github.com/Jos-Modding/FS25_CropManager">GitHub</a>.
]]>
</de>
</description>
<iconFilename>icon_CropManager.dds</iconFilename>
<multiplayer supported="true" />
<extraSourceFiles>
<sourceFile filename="src/ExtendedStrawCrops.lua" />
</extraSourceFiles>
</modDesc>