diff --git a/changelog.md b/changelog.md index bb737ac9..5b051976 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ -- 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 +- Add claim all rewards button (ThatGravyBoat) +- Make quest ids be more file name safe (ThatGravyBoat) +- Add auto complete to loottables (ThatGravyBoat) +- Add quest barrier block (ThatGravyBoat) +- Fix dependencies not being removed if the dependents are deleted (SettingDust) +- Add auto claiming rewards (SettingDust) \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 986487b6..09f4a32f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2G enabledPlatforms=fabric,forge -version=1.1.12 +version=1.1.13 group=earth.terrarium.heracles minecraftVersion=1.20.1