From 759080ad5b125b8d05bb1a5c67cb915122fca10f Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 17 Dec 2015 22:14:37 +0100 Subject: [PATCH] r13! --- build.gradle | 2 +- update/changelog.md | 24 ++++++++++++++++++++++++ update/updateVersion.txt | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5da37ea6f..9b9787da1 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { apply plugin: 'forge' apply plugin: 'maven' -version = "1.7.10-r12" +version = "1.7.10-r13" group = "ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index c9e9e2768..928f89ffc 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,27 @@ +# 1.7.10-r13 +- Added Firework Box which shoots out random fireworks +- Added Crate Keeper which allows you to keep items in a Crate you break +- Added Glowstone/Redstone conversion recipes to Reconstructor +- Added a Redstone Pulse Responding mode to some machines +- New Booklet Main Page design +- Ignore missing mappings for foreign paxels when removed +- Fix some bugs with the crusher +- Phantom Placers now have particles +- More Phantom Device particles and animation +- Leaf Gen Particles +- Fixed the compost taking seconds to convert +- Smiley Cloud hearts +- Made Seeds not show up in the misc tab but where they actually should +- Made Fluids save in blocks when breaking them +- Made some animations more smooth +- Made the coal generator more wasteful +- Inform console about fake player +- Fixed some blocks not respecting energy and fluid saving +- Made Tooltips render over main text in booklet (duh) +- Black Quartz decor blocks +- New Changelog (it's awesome, but you won't see it until the next update :() +##### Another reminder: If you want to localize anything in ActAdd, just feel free to submit a pull request on github at https://github.com/Ellpeck/ActuallyAdditions + # 1.7.10-r12 - Crusher, Coffee Machine & Reconstructor SOUNDS! \o/ - Added HoMeCo Jam diff --git a/update/updateVersion.txt b/update/updateVersion.txt index 463cd26d8..0a4ae2624 100644 --- a/update/updateVersion.txt +++ b/update/updateVersion.txt @@ -1 +1 @@ -1.7.10-r12 \ No newline at end of file +1.7.10-r13 \ No newline at end of file