diff --git a/build.gradle b/build.gradle index cf30469f1..2a27a664a 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.11-r78" +version = "1.11-r80" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 204dd6417..3ebb03c04 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,12 @@ +# 1.11-r80 +* This versioning system is all over the place now. But it works. +* Made some Crusher and Empowerer recipes work again that weren't working because of registry order +* Made Advanced Item Laser relays be viewable by just right-clicking +* Fix Fluid Containers emptying giving you back nothing +* Added Mining Lens white- and blacklist +* Made machines use proper amounts of power again +* Fix Batteries duping energy infinitely if two are on discharge mode in one inventory + # 1.10.2-r79 * Fixed Batteries duping energy infinitely if two are on discharge mode in one inventory * Fixed the Lens of the Killer not actually dropping player-only drops diff --git a/update/updateVersions.properties b/update/updateVersions.properties index d816b8d44..2432b5dff 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -4,4 +4,4 @@ 1.9.4=45 1.10=46 1.10.2=79 -1.11=78 \ No newline at end of file +1.11=80 \ No newline at end of file