diff --git a/build.gradle b/build.gradle index c1e19245..1cb04da5 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id('org.jetbrains.gradle.plugin.idea-ext') version "1.1.9" } -version = '1.46' +version = '1.47' group = 'thedarkcolour.exdeorum' base.archivesName = 'exdeorum' diff --git a/changelog.md b/changelog.md index 13fd21b1..af470ca0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +## Ex Deorum 1.47 +- Fix issues with barrels and water bottles from mods like _Thirst Was Taken_, thanks to pawjwp (#156) +- Minor translation tweak (#154) +- Chinese translation changes (#161) + ## Ex Deorum 1.46 - Fix Barrel Mixing recipes with a result size greater than 1 only giving one output diff --git a/gradle.properties b/gradle.properties index cdd3d518..ac5f651d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,6 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xmx3G org.gradle.caching=true org.gradle.parallel=true -org.gradle.configuration-cache=true mc_version=1.20.1 forge_version=47.3.10