aboutsummaryrefslogtreecommitdiff
path: root/GuiTest/build.gradle
AgeCommit message (Collapse)Author
2022-08-16Only apply runtime ModMenu to the test subprojectJuuz
2021-11-22Use java toolchainsJuuxel
2021-11-16Fix running GuiTestJuuz
2021-05-27Add title position property to GuiDescriptionsJuuz
The new field is used for both fullscreen and normal screens. Also fixes titles being incorrectly positioned by default.
2021-05-21Port to 21w20a. Fixes #109 (#110)4.0.0-alpha.2Reece Mackie
* 21w20a. Fixes #109 * Indentation and spacing fixes
2021-02-27Update Loom and use Maven Publish instead of the Artifactory pluginJuuxel
2021-01-31Automatically generate run configs for the test subprojectJuuxel
2020-08-033.0.0 for 1.16.2-pre1Juuxel
Mojang refactored text again :irritatered: - Widgets now take a Text again instead of StringRenderable/-Visitable - ScreenDrawing takes OrderedTexts instead of StringVisitables - To reduce the future updating workload, tooltips now use a new TooltipBuilder
2020-06-05Make test mod also use v2 mappings2.0.0-beta.1Juuxel
2020-05-20Rework GuiTest to be a subprojectJuuxel
2020-05-08Update test mod to 20w17aJuuxel
2019-09-27Implement HSL colors, update janksonFalkreon
2019-08-30Update to 19w35a, rearrange ScreenDrawing, rename screensFalkreon
2019-08-25More gui test, fix slot offsets, tooltips, and button hoversFalkreon
2019-08-24Add test project, fix readme, work on list widgetFalkreon