diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-12-23 17:18:10 -0800 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-12-23 17:18:10 -0800 |
commit | 94e0927f324032c49a610f41c6055e56a0823321 (patch) | |
tree | 18f352a3c2cc496d487b843773620d3eee6bec40 /src/main/resources/META-INF/mods.toml | |
parent | ce46c0feb25b6127a1ce4e5624a05acf5ce16a71 (diff) | |
download | Iceberg-94e0927f324032c49a610f41c6055e56a0823321.tar.gz Iceberg-94e0927f324032c49a610f41c6055e56a0823321.tar.bz2 Iceberg-94e0927f324032c49a610f41c6055e56a0823321.zip |
Fixed items rendered with alpha being upside down.
Diffstat (limited to 'src/main/resources/META-INF/mods.toml')
-rw-r--r-- | src/main/resources/META-INF/mods.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 9a2bd13..e1ba5f0 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -1,5 +1,5 @@ modLoader="javafml" -loaderVersion="[41,)" +loaderVersion="[44,)" license="CC BY-NC-ND 4.0" [[mods]] @@ -15,14 +15,14 @@ description="A library containing events, helpers, and utilities to make modding [[dependencies.iceberg]] modId="forge" mandatory=true - versionRange="[41,)" + versionRange="[44,)" ordering="NONE" side="BOTH" [[dependencies.iceberg]] modId="minecraft" mandatory=true - versionRange="[1.19,)" + versionRange="[1.19.3,)" ordering="NONE" side="BOTH" |