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