aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/mods.toml
diff options
context:
space:
mode:
authorAnthony Hilyard <anthony.hilyard@gmail.com>2023-04-09 13:22:32 -0700
committerAnthony Hilyard <anthony.hilyard@gmail.com>2023-04-09 13:22:32 -0700
commitc205088078971c5bb1f4be084e1fe314dc7dad3b (patch)
tree70008c843678d1506b701703c87d466c780a8e3b /src/main/resources/META-INF/mods.toml
parent94e0927f324032c49a610f41c6055e56a0823321 (diff)
downloadIceberg-c205088078971c5bb1f4be084e1fe314dc7dad3b.tar.gz
Iceberg-c205088078971c5bb1f4be084e1fe314dc7dad3b.tar.bz2
Iceberg-c205088078971c5bb1f4be084e1fe314dc7dad3b.zip
Ported changes from 1.1.5. 3D item renderer now supports most items
that spawn entities.
Diffstat (limited to 'src/main/resources/META-INF/mods.toml')
-rw-r--r--src/main/resources/META-INF/mods.toml2
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 e1ba5f0..8187456 100644
--- a/src/main/resources/META-INF/mods.toml
+++ b/src/main/resources/META-INF/mods.toml
@@ -22,7 +22,7 @@ description="A library containing events, helpers, and utilities to make modding
[[dependencies.iceberg]]
modId="minecraft"
mandatory=true
- versionRange="[1.19.3,)"
+ versionRange="[1.19.3]"
ordering="NONE"
side="BOTH"