[Release] Ex Deorum 1.47

This commit is contained in:
thedarkcolour 2025-12-01 14:54:59 -08:00
parent 010bf6bcf1
commit 3846489fb1
No known key found for this signature in database
GPG Key ID: 86B37B3575FD5976
3 changed files with 6 additions and 2 deletions

View File

@ -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'

View File

@ -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

View File

@ -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