From 28589faaebc665e28439642de1ab7b351efac8c3 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 9 Dec 2015 21:04:01 +0100 Subject: [PATCH] r11 --- build.gradle | 2 +- update/changelog.md | 10 ++++++++++ update/updateVersion.txt | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 05cfd3f48..106763d55 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { apply plugin: 'forge' apply plugin: 'maven' -version = "1.7.10-r10" +version = "1.7.10-r11" group = "ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 09c61b47b..fd0293448 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,13 @@ +# 1.7.10-r11 +- Added Vertical Digger +- Added more Achievements +- Added Mouse Controls to the booklet (last page with right mouse button, flip through pages by scrolling) +- Rebalanced Reconstructor a bit +- Made Booklet closable with Inventory Key +- Fixed a Crash with Greenhouse Glass +- Fixed a load of little bugs that were put in during changing of a lot of things (I actually discovered all of these while showing the mod to a friend, so thanks friend!) +- Fixed Christmas seasonal being broken (dang) + # 1.7.10-r10 - Made Redstone power only be determined when something changes (makes performance a lot better) - Made the damage lens use more energy diff --git a/update/updateVersion.txt b/update/updateVersion.txt index dd018a6b7..4ae64a81e 100644 --- a/update/updateVersion.txt +++ b/update/updateVersion.txt @@ -1 +1 @@ -1.7.10-r10 \ No newline at end of file +1.7.10-r11 \ No newline at end of file