diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 312a07f..fed4d82 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -68,3 +68,10 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed mollis lacinia magn versionRange="[1.19.4,1.20)" ordering="NONE" side="BOTH" +[[dependencies.examplemod]] +modId="cc" +mandatory=true +# This version range declares a minimum of the current minecraft version up to but not including the next major version +versionRange="[1.0.17]" +ordering="NONE" +side="BOTH"