From cda06cf996cb8a0df2340b14b2a43d5a2a6ab13a Mon Sep 17 00:00:00 2001 From: Anthony Hilyard Date: Mon, 26 Sep 2022 00:29:41 -0700 Subject: Added support for Configured 2.x. --- src/main/resources/META-INF/mods.toml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/main/resources/META-INF') 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 -- cgit