From 3846489fb16c0bb01ab6423043d1dbecc2c31012 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Mon, 1 Dec 2025 14:54:59 -0800 Subject: [PATCH] [Release] Ex Deorum 1.47 --- build.gradle | 2 +- changelog.md | 5 +++++ gradle.properties | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) 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