diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-09-28 11:57:40 -0700 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-09-28 11:57:40 -0700 |
commit | 20077907084aa2167ba5e66ae974c69121366b47 (patch) | |
tree | cec1e8d4a9b86bc76a224d982c8afdd37e8a30f5 /src | |
parent | 05e6d7104647dfa026e7710dd379b6fc2f71eba7 (diff) | |
download | Iceberg-20077907084aa2167ba5e66ae974c69121366b47.tar.gz Iceberg-20077907084aa2167ba5e66ae974c69121366b47.tar.bz2 Iceberg-20077907084aa2167ba5e66ae974c69121366b47.zip |
Removed Configured 2.0 version requirement.
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/META-INF/mods.toml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index c66526e..9a2bd13 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -26,13 +26,6 @@ description="A library containing events, helpers, and utilities to make modding ordering="NONE" side="BOTH" -[[dependencies.iceberg]] - modId="configured" - mandatory=false - versionRange="[2.0.0,)" - ordering="NONE" - side="BOTH" - [modproperties.iceberg] configuredProviders=[ "com.anthonyhilyard.iceberg.compat.configured.IcebergConfigProvider" |