Update LibZontreck mods.toml entry

This commit is contained in:
Tara 2023-01-22 03:54:31 -07:00
parent e7e08902f0
commit 6ae187733f
2 changed files with 2 additions and 2 deletions

View file

@ -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
archivesBaseName = 'otemod'

View file

@ -56,6 +56,6 @@ This mod is a work in progress and is planned to add a procedural adventure syst
[[dependencies.otemod]]
modId="libzontreck"
mandatory=true
versionRange="[1.0.2.4,]"
versionRange="[1.0.3.6,]"
ordering="NONE"
side="BOTH"