diff --git a/build.gradle b/build.gradle index 872b6c701..98629ae1c 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-r139" +version = "1.12.2-r140" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 997c95766..3e0347154 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,6 @@ +# 1.12.2-r140 +* Fixed empowerer ignoring energy costs. + # 1.12.2-r139 * Added a crash check to figure out who is causing TheWildPlants to be loaded before block init. * Fixed the farmer (and other inventories) failing to add items if all items have a stacksize of 1. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 578554662..1430d4602 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=139 \ No newline at end of file +1.12.2=140 \ No newline at end of file