From c927d48f700e5b4bc6cadd8b39a655e730ea3347 Mon Sep 17 00:00:00 2001 From: ThatGravyBoat Date: Sat, 25 Nov 2023 19:25:01 -0330 Subject: [PATCH] Update --- changelog.md | 9 ++++++++- gradle.properties | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index a629e80e..e07c5edd 100644 --- a/changelog.md +++ b/changelog.md @@ -1 +1,8 @@ -- Fixes subtitles being set to title \ No newline at end of file +- Change in-game editor to have word wrapping and no longer use monocraft (ThatGravyBoat) +- Add theming support (SisbyFolk) +- Fix tooltip in item modal not showing up (ThatGravyBoat) +- Update hermes to support tags in elements and new element (ThatGravyBoat) +- Allow check tasks to have an optional predicate (ThatGravyBoat) +- Increase alpha of arrows (SubordinalBlue) +- Fix progress bars not capping at 100% (ThatGravyBoat) +- Change entity widgets to rotate at -45 instead of 45 (SubordinalBlue) \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index af827686..da39c37d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2G enabledPlatforms=fabric,forge -version=1.1.4 +version=1.1.5 group=earth.terrarium.heracles minecraftVersion=1.20.1