diff --git a/changelog.md b/changelog.md index 118734e1..bb737ac9 100644 --- a/changelog.md +++ b/changelog.md @@ -1 +1,5 @@ -- Fixed stats task performance in situations where there were many players online (ThatGravyBoat) \ No newline at end of file +- Fixed stats task performance in situations where there were many players online (ThatGravyBoat) +- Make icon title overrides optional as to not pollute jsons (ThatGravyBoat) +- Add support for REI, JEI, and EMI in task lists (ThatGravyBoat) +- Require new quest ids to be ascii only (ThatGravyBoat) +- Fix selectable reward not have title and icon overridable (ThatGravyBoat) \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 805ce2b2..986487b6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2G enabledPlatforms=fabric,forge -version=1.1.11 +version=1.1.12 group=earth.terrarium.heracles minecraftVersion=1.20.1