From eecee804e6cf4721c291175f58bfe27fb03a57b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Sun, 9 Jan 2022 09:53:52 +0100 Subject: [PATCH] Update Sedna version in mods.toml. --- src/main/resources/META-INF/mods.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 522749eb..1d6a593c 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -11,7 +11,7 @@ authors = "Sangar" description = ''' Modern computers for the modern player. -This mod uses the Terminus Font under the Open Font License. +This mod uses the Terminus Font under the Open Font License. The full license can be found in the JAR of this mod. ''' [[dependencies.oc2]] @@ -29,7 +29,7 @@ side = "BOTH" [[dependencies.oc2]] modId = "sedna" mandatory = true -versionRange = "[1.0.0,)" +versionRange = "[1.0.5,)" ordering = "NONE" side = "BOTH" [[dependencies.oc2]]