diff --git a/build.gradle b/build.gradle index ec14b017c..f6db89301 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-r144" +version = "1.12.2-r145" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 7bf49c450..1395bb62e 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,6 +1,14 @@ +# 1.12.2-r145 +* Sir-Will: Cache KittyVanCat UUID. +* Ore generation can be dimension whitelisted. +* Filters work properly now. OreDict was completely non-functional. +* Farmer farming area is now configurable. +* Placed laser relays will not be converted by the reconstructor. +* Canola Press and Fermenting Barrel can now be nbt-cleared in a crafting grid. + # 1.12.2-r144 * Phantom Breakers should function properly again. -* Greenhouse Glass functions again (wasn't broken, but it works now) +* Greenhouse Glass functions again (wasn't broken, but it works now). # 1.12.2-r143 * Greenhouse Glass will now work with any non-opaque block below it, instead of only air below it. Yes, this means they can stack. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 501751eec..c7d474da6 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=144 \ No newline at end of file +1.12.2=145 \ No newline at end of file