diff --git a/build.gradle b/build.gradle index 106763d55..5da37ea6f 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { apply plugin: 'forge' apply plugin: 'maven' -version = "1.7.10-r11" +version = "1.7.10-r12" group = "ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index fd0293448..d5888f3d0 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,11 @@ +# 1.7.10-r12 +- Crusher, Coffee Machine & Reconstructor SOUNDS! \o/ +- Added HoMeCo Jam +- Made Blocks store their energy when broken +- Made Miner usable by making it ignore liquids (Whoops) +- Reconstructor NEI Handler now shows you that you need a lens of color when you do +- Made Jam always edible + # 1.7.10-r11 - Added Vertical Digger - Added more Achievements diff --git a/update/updateVersion.txt b/update/updateVersion.txt index 4ae64a81e..463cd26d8 100644 --- a/update/updateVersion.txt +++ b/update/updateVersion.txt @@ -1 +1 @@ -1.7.10-r11 \ No newline at end of file +1.7.10-r12 \ No newline at end of file