diff options
| author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-04-09 13:22:32 -0700 |
|---|---|---|
| committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-04-09 13:22:32 -0700 |
| commit | c205088078971c5bb1f4be084e1fe314dc7dad3b (patch) | |
| tree | 70008c843678d1506b701703c87d466c780a8e3b /src/main/resources | |
| parent | 94e0927f324032c49a610f41c6055e56a0823321 (diff) | |
| download | Iceberg-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')
| -rw-r--r-- | src/main/resources/META-INF/mods.toml | 2 | ||||
| -rw-r--r-- | src/main/resources/iceberg.mixins.json | 3 |
2 files changed, 3 insertions, 2 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" diff --git a/src/main/resources/iceberg.mixins.json b/src/main/resources/iceberg.mixins.json index c272c92..5ab794e 100644 --- a/src/main/resources/iceberg.mixins.json +++ b/src/main/resources/iceberg.mixins.json @@ -5,7 +5,8 @@ "refmap": "iceberg.refmap.json", "plugin": "com.anthonyhilyard.iceberg.mixin.MixinConfig", "mixins": [ - "PlayerAdvancementsMixin" + "PlayerAdvancementsMixin", + "ItemMixin" ], "client": [ "ScreenMixin", |
