From 046e01de40761d6cd30732825b90f748553f53c1 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 5 Jan 2016 20:02:13 +0100 Subject: [PATCH] r18! \o/ API Support! --- 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 553333b61..bc9c94424 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { apply plugin: 'forge' apply plugin: 'maven' -version = "1.7.10-r17" +version = "1.7.10-r18" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index a51f36c07..6b05bf6a5 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,13 @@ +# 1.7.10-r18 +* Added Bacon (Don't name it Ellspeck. Just don't.) +* Added an API. +* [API] Increased version to 2 +* [API] Added Crusher Recipe adding +* [API] Added Treasure Chest Recipe adding +* [API] Added Ball Of Fur Recipe adding +* [API] Added Booklet Page/Chapter/Entry adding +* [API] Added Lens adding + # 1.7.10-r17 * Changed Laser Relay particle rate yet again * Fixed booklet achievement info not showing for some items in some occasions diff --git a/update/updateVersion.txt b/update/updateVersion.txt index d41d124be..0a7092c93 100644 --- a/update/updateVersion.txt +++ b/update/updateVersion.txt @@ -1 +1 @@ -1.7.10-r17 \ No newline at end of file +1.7.10-r18 \ No newline at end of file