[Release] Ex Deorum 1.47
This commit is contained in:
parent
010bf6bcf1
commit
3846489fb1
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
id('org.jetbrains.gradle.plugin.idea-ext') version "1.1.9"
|
id('org.jetbrains.gradle.plugin.idea-ext') version "1.1.9"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = '1.46'
|
version = '1.47'
|
||||||
group = 'thedarkcolour.exdeorum'
|
group = 'thedarkcolour.exdeorum'
|
||||||
base.archivesName = 'exdeorum'
|
base.archivesName = 'exdeorum'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
## Ex Deorum 1.46
|
||||||
- Fix Barrel Mixing recipes with a result size greater than 1 only giving one output
|
- Fix Barrel Mixing recipes with a result size greater than 1 only giving one output
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ org.gradle.daemon=true
|
||||||
org.gradle.jvmargs=-Xmx3G
|
org.gradle.jvmargs=-Xmx3G
|
||||||
org.gradle.caching=true
|
org.gradle.caching=true
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
org.gradle.configuration-cache=true
|
|
||||||
|
|
||||||
mc_version=1.20.1
|
mc_version=1.20.1
|
||||||
forge_version=47.3.10
|
forge_version=47.3.10
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user