aboutsummaryrefslogtreecommitdiff
path: root/GuiTest/build.gradle
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2020-08-03 00:55:52 +0300
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2020-08-03 00:55:52 +0300
commit8b64e485972a150907938edb1b66c9cb066d2aa9 (patch)
treecb8d61ccd860bd12f23740e1a86e57314f9ce7db /GuiTest/build.gradle
parentf6166a721c6b0a8c2096d5c5502c7b822630b757 (diff)
downloadLibGui-8b64e485972a150907938edb1b66c9cb066d2aa9.tar.gz
LibGui-8b64e485972a150907938edb1b66c9cb066d2aa9.tar.bz2
LibGui-8b64e485972a150907938edb1b66c9cb066d2aa9.zip
3.0.0 for 1.16.2-pre1
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
Diffstat (limited to 'GuiTest/build.gradle')
-rw-r--r--GuiTest/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/GuiTest/build.gradle b/GuiTest/build.gradle
index 2a71459..1cc83d9 100644
--- a/GuiTest/build.gradle
+++ b/GuiTest/build.gradle
@@ -34,7 +34,6 @@ dependencies {
compileOnly ("com.google.code.findbugs:jsr305:3.0.2") { transitive = false }
implementation project(':')
- modRuntime "io.github.prospector:modmenu:$rootProject.modmenu_version" // for testing
}
processResources {