diff options
author | inglettronald <inglettronald@gmail.com> | 2023-06-12 18:05:47 -0500 |
---|---|---|
committer | inglettronald <inglettronald@gmail.com> | 2023-06-12 18:05:47 -0500 |
commit | 517cfe7ab7fdc3c95754af2e142ff91c542b82fe (patch) | |
tree | 72adb6e23047b1cd7320b6fbd0d487734eaca5c9 /src/main/resources | |
parent | 0e5f1d3dc9b2845e142e3504026b98bbf6f5ff41 (diff) | |
download | DulkirMod-Fabric-517cfe7ab7fdc3c95754af2e142ff91c542b82fe.tar.gz DulkirMod-Fabric-517cfe7ab7fdc3c95754af2e142ff91c542b82fe.tar.bz2 DulkirMod-Fabric-517cfe7ab7fdc3c95754af2e142ff91c542b82fe.zip |
Scrollable tooltips Implementation is now mostly fixed, some minor TODO's left
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/dulkirmod-fabric.mixins.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/dulkirmod-fabric.mixins.json b/src/main/resources/dulkirmod-fabric.mixins.json index ec83ba1..759e752 100644 --- a/src/main/resources/dulkirmod-fabric.mixins.json +++ b/src/main/resources/dulkirmod-fabric.mixins.json @@ -13,5 +13,8 @@ "render.KeyboardMixin", "render.PerspectiveMixin", "render.ScreenMixin" + ], + "mixins": [ + "ItemStackMixin" ] }
\ No newline at end of file |