diff options
| author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-04-09 13:21:56 -0700 |
|---|---|---|
| committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-04-09 13:21:56 -0700 |
| commit | de97dac7b449909e46db843aa4e65ccdcc9eb9ff (patch) | |
| tree | c20d8bfd38a50a801b32e1cc14350d163c77c360 /src/main/resources | |
| parent | a47883e3693071a394d9e08ff79357cc17048162 (diff) | |
| download | Iceberg-de97dac7b449909e46db843aa4e65ccdcc9eb9ff.tar.gz Iceberg-de97dac7b449909e46db843aa4e65ccdcc9eb9ff.tar.bz2 Iceberg-de97dac7b449909e46db843aa4e65ccdcc9eb9ff.zip | |
Ported latest changes from Forge 1.1.6.
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/iceberg.mixins.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/iceberg.mixins.json b/src/main/resources/iceberg.mixins.json index f3f0e24..7b71ad1 100644 --- a/src/main/resources/iceberg.mixins.json +++ b/src/main/resources/iceberg.mixins.json @@ -3,7 +3,8 @@ "package": "com.anthonyhilyard.iceberg.mixin", "compatibilityLevel": "JAVA_17", "mixins": [ - "PlayerAdvancementsMixin" + "PlayerAdvancementsMixin", + "ItemMixin" ], "client": [ "ScreenMixin", |
