diff --git a/build.gradle b/build.gradle index f6db89301..8794cc94a 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.12.2-r145" +version = "1.12.2-r146" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 1395bb62e..38b52ca3a 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,12 @@ +# 1.12.2-r146 +* IrresoluteArkia: Solid experience no longer drops when doMobLoob = false. +* IrresoluteArkia: Black quartz blocks and black dye oredicts updated. +* Cascading would gen should be less prevalent. May be fixed entirely. +* A few more references to CF have been localized. +* shejery: Added ko_KR.lang +* Crushers and powered furnaces can now be forced into the "on" state with a redstone signal to avoid block updates. +* The Coffee Machine now uses the oredict "cropCoffee" for valid coffee beans. + # 1.12.2-r145 * Sir-Will: Cache KittyVanCat UUID. * Ore generation can be dimension whitelisted. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index c7d474da6..037c646fd 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -8,4 +8,4 @@ 1.11.2=110 1.12=118 1.12.1=121 -1.12.2=145 \ No newline at end of file +1.12.2=146 \ No newline at end of file