From 5e0994fa293fd001e470bd885ca45d6223292ecc Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 3 Dec 2015 17:43:16 +0100 Subject: [PATCH] r9 --- build.gradle | 2 +- update/changelog.md | 20 ++++++++++++++++++++ update/updateVersion.txt | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1390143e9..6cae751c4 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { apply plugin: 'forge' apply plugin: 'maven' -version = "1.7.10-r8" +version = "1.7.10-r9" group = "ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index f0be33c5b..09fb25c0f 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,23 @@ +# 1.7.10-r9 +- Added Explosion Lens +- Added Lens of Certain Death +- Lenses now render on the Atomic Reconstructor +- Rotten Flesh -> Leather in Atomic Reconstructor +- Added Colorable Drills +- Added Green Dye made from fern/grass in a Crusher +- DUH DUH DUH DUUUH +- Made Laser Relays smaller and gave them a proper bounding box (stop moaning, jackie!) +- Removed unnecessary things from the OreDict that were added just for crafting recipes +- Fixed booklet stand not working on servers (Kind of defeated its purpose. Maybe I should've tested it before.) +- Made booklet stand actually be wooden (Harvestable with axe & wood sounds) +- Fixed a bug where sometimes NEI would crash when looking at recipes before opening the booklet for the first time in a world +- Fix some bugs with the NEI Integration of the Booklet +- Added page display to the NEI Integration of the Booklet +- Fixed bug with Villager trade handler (how did that even happen in the first place?) +- Reorganized the booklet a bit +- Removed lots of config options (yes, really.) +- Greenhouse Glass Performance improvement + # 1.7.10-r8 - Added Lens Mechanic for the Reconstructor - Added Color Cycling Recipes for wool, stained clay and stained glass for the Reconstructor diff --git a/update/updateVersion.txt b/update/updateVersion.txt index 15817ad61..072f0cc5f 100644 --- a/update/updateVersion.txt +++ b/update/updateVersion.txt @@ -1 +1 @@ -1.7.10-r8 \ No newline at end of file +1.7.10-r9 \ No newline at end of file