diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-06-22 18:07:55 -0700 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-06-22 18:07:55 -0700 |
commit | 427f975d78b64ec4433e8e0542729feb0e618608 (patch) | |
tree | ec86c4767903f1bc1721485e9440b9004ad3043b /src/main/resources/META-INF/mods.toml | |
parent | ee81f0ac1cb848609a755a875f5df0f5d51fa881 (diff) | |
download | Iceberg-427f975d78b64ec4433e8e0542729feb0e618608.tar.gz Iceberg-427f975d78b64ec4433e8e0542729feb0e618608.tar.bz2 Iceberg-427f975d78b64ec4433e8e0542729feb0e618608.zip |
Added support for Configured to IcebergConfig.
Diffstat (limited to 'src/main/resources/META-INF/mods.toml')
-rw-r--r-- | src/main/resources/META-INF/mods.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 5c09d3f..26e401c 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -24,4 +24,11 @@ description="A library containing events, helpers, and utilities to make modding mandatory=true versionRange="[1.19,)" ordering="NONE" + side="BOTH" + +[[dependencies.iceberg]] + modId="configured" + mandatory=false + versionRange="[1.5.3]" + ordering="NONE" side="BOTH"
\ No newline at end of file |