diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2021-12-30 14:00:33 -0800 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2021-12-30 14:00:33 -0800 |
commit | 650b77cff32dd45585fb363c3daa6d21e8e601b9 (patch) | |
tree | 3e067c56c1f698c5563801a8eb1a5a1ef107df32 /src/main/resources/iceberg.mixins.json | |
parent | be7a696f1ed6a6e9fc902fd4599dbc9ce71c466c (diff) | |
download | Iceberg-650b77cff32dd45585fb363c3daa6d21e8e601b9.tar.gz Iceberg-650b77cff32dd45585fb363c3daa6d21e8e601b9.tar.bz2 Iceberg-650b77cff32dd45585fb363c3daa6d21e8e601b9.zip |
Ported 1.0.32 to 1.18.1. Added tooltip index to tooltip events, fixed
text color alpha limitation.
Diffstat (limited to 'src/main/resources/iceberg.mixins.json')
-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 93984a4..6ee1aca 100644 --- a/src/main/resources/iceberg.mixins.json +++ b/src/main/resources/iceberg.mixins.json @@ -9,7 +9,8 @@ ], "client": [ "ScreenMixin", - "ClientPacketListenerMixin" + "ClientPacketListenerMixin", + "TextColorMixin" ], "injectors": { "defaultRequire": 1 |