Update LibZontreck mods.toml entry
This commit is contained in:
parent
e7e08902f0
commit
6ae187733f
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ plugins {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
version = "${my_version}"
|
version = "${mc_version}-${my_version}"
|
||||||
group = 'dev.zontreck.otemod' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
group = 'dev.zontreck.otemod' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||||
archivesBaseName = 'otemod'
|
archivesBaseName = 'otemod'
|
||||||
|
|
||||||
|
|
|
@ -56,6 +56,6 @@ This mod is a work in progress and is planned to add a procedural adventure syst
|
||||||
[[dependencies.otemod]]
|
[[dependencies.otemod]]
|
||||||
modId="libzontreck"
|
modId="libzontreck"
|
||||||
mandatory=true
|
mandatory=true
|
||||||
versionRange="[1.0.2.4,]"
|
versionRange="[1.0.3.6,]"
|
||||||
ordering="NONE"
|
ordering="NONE"
|
||||||
side="BOTH"
|
side="BOTH"
|
Reference in a new issue