diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-09-26 00:29:41 -0700 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-09-26 00:29:41 -0700 |
commit | cda06cf996cb8a0df2340b14b2a43d5a2a6ab13a (patch) | |
tree | 10b53d9f4f94e7b37253ee635c7942ce5360f656 /src/main/resources/META-INF | |
parent | 6d01463c32ea14f48ce273e9daf753905f101946 (diff) | |
download | Iceberg-cda06cf996cb8a0df2340b14b2a43d5a2a6ab13a.tar.gz Iceberg-cda06cf996cb8a0df2340b14b2a43d5a2a6ab13a.tar.bz2 Iceberg-cda06cf996cb8a0df2340b14b2a43d5a2a6ab13a.zip |
Added support for Configured 2.x.
Diffstat (limited to 'src/main/resources/META-INF')
-rw-r--r-- | src/main/resources/META-INF/mods.toml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 1cb0f9a..c66526e 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -7,7 +7,7 @@ modId="iceberg" version="${file.jarVersion}" displayName="Iceberg" displayURL="https://anthonyhilyard.com/" -updateJSONURL="https://mc-curse-update-checker.herokuapp.com/520110" +updateJSONURL="https://mc-update-check.anthonyhilyard.com/520110" logoFile="icon.png" authors="Grend" description="A library containing events, helpers, and utilities to make modding easier." @@ -29,6 +29,11 @@ description="A library containing events, helpers, and utilities to make modding [[dependencies.iceberg]] modId="configured" mandatory=false - versionRange="[1.5.5,1.6.0)" + versionRange="[2.0.0,)" ordering="NONE" - side="BOTH"
\ No newline at end of file + side="BOTH" + +[modproperties.iceberg] + configuredProviders=[ + "com.anthonyhilyard.iceberg.compat.configured.IcebergConfigProvider" + ]
\ No newline at end of file |