Created
February 28, 2015 12:34
-
-
Save sootysax/30c5fc1cfb9d30c1e0a5 to your computer and use it in GitHub Desktop.
Standard Placeable Fertilizer Tank modDesc.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8" standalone="no" ?> | |
| <modDesc descVersion="21"> | |
| <author>Sootysax, Alex2009</author> | |
| <version>1.0</version> | |
| <title> | |
| <en>Placeable Fertilizer NPK Tank</en> | |
| <de>Plazierbarer Flüssigdüngertank</de> | |
| </title> | |
| <description> | |
| <en> | |
| <![CDATA[This is a free placeable NPK fertilizer tank for use with Decker's SoilMod for FS15. | |
| Model: GIANTS | |
| By Sootysax, Alex2009, LS-Landtechnik]]> | |
| </en> | |
| <de> | |
| <![CDATA[Dies ist ein frei plazierbarer Flüssigdünger. | |
| Modell: GIANTS | |
| By Sootysax, Alex2009, LS-Landtechnik)]]> | |
| </de> | |
| </description> | |
| <iconFilename>store.png</iconFilename> | |
| <multiplayer supported="true"/> | |
| <extraSourceFiles> | |
| <sourceFile filename="waterTankPlaceable.lua" /> | |
| </extraSourceFiles> | |
| <storeItems> | |
| <storeItem> | |
| <name> | |
| <de>Flüssigdüngertank</de> | |
| <en>NPK Fertilizer Tank</en> | |
| </name> | |
| <rotation>0</rotation> | |
| <image active="store.png" brand="brand_placeable.png"/> | |
| <price>0</price> | |
| <dailyUpkeep>0</dailyUpkeep> | |
| <species>placeable</species> | |
| <category>placeables</category> | |
| <xmlFilename>waterTankPlaceable.xml</xmlFilename> | |
| </storeItem> | |
| </storeItems> | |
| </modDesc> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment