aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mixins.libgui.json
AgeCommit message (Collapse)Author
2023-11-26Fix title being hidden below screenJuuz
Fixes #227. Introduces a minor new API, CottonInventoryScreen.paintDescription, for use in a mixin.
2023-09-09Initial port to 1.20.2Juuz
2023-04-10Add dev-only crash for when screens are opened in Item.useJuuz
(Including useOnBlock and useOnEntity.) The method often causes threading issues and other crashes, and a better solution is to follow what Minecraft itself does and use a packet or a screen handler.
2023-03-18Update to 1.19.4, add new focus APIJuuz