docs: Remove name from About.xml
This commit is contained in:
parent
4c1e54857e
commit
188f53668f
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<ModMetaData>
|
<ModMetaData>
|
||||||
<packageId>onoira.template</packageId>
|
<packageId>username.modname</packageId>
|
||||||
<name>onoira Mod Template</name>
|
<name>Mod Template</name>
|
||||||
<author>onoira</author>
|
<author>username</author>
|
||||||
<supportedVersions>
|
<supportedVersions>
|
||||||
<li>1.4</li>
|
<li>1.4</li>
|
||||||
</supportedVersions>
|
</supportedVersions>
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
</modDependencies>
|
</modDependencies>
|
||||||
|
|
||||||
<incompatibleWith>
|
<incompatibleWith>
|
||||||
<!-- <li>onoira.template</li> -->
|
<!-- <li>username.modname</li> -->
|
||||||
</incompatibleWith>
|
</incompatibleWith>
|
||||||
|
|
||||||
<description>Template</description>
|
<description>Template</description>
|
||||||
|
|
Loading…
Reference in a new issue