diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-11-26 17:04:41 +0200 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-11-26 17:04:41 +0200 |
commit | f5d46dea812f0019ce06e1512dff697bb811f739 (patch) | |
tree | c36dac35a432a5fc3cee2a7951dc5f2a9de76024 /src/main/resources | |
parent | c9af717918d1553df6d7d6338a1d4a270f274870 (diff) | |
download | LibGui-f5d46dea812f0019ce06e1512dff697bb811f739.tar.gz LibGui-f5d46dea812f0019ce06e1512dff697bb811f739.tar.bz2 LibGui-f5d46dea812f0019ce06e1512dff697bb811f739.zip |
Fix title being hidden below screen
Fixes #227. Introduces a minor new API,
CottonInventoryScreen.paintDescription, for use in a mixin.
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/mixins.libgui.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/mixins.libgui.json b/src/main/resources/mixins.libgui.json index d72e129..226bd52 100644 --- a/src/main/resources/mixins.libgui.json +++ b/src/main/resources/mixins.libgui.json @@ -6,6 +6,7 @@ "plugin": "io.github.cottonmc.cotton.gui.impl.LibGuiMixinPlugin", "client": [ + "client.HandledScreenMixin", "client.MinecraftClientMixin", "client.PressableWidgetAccessor", "client.ScreenAccessor", |