aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/META-INF')
-rw-r--r--src/main/resources/META-INF/mods.toml11
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