From 3b7a9fec878568c6fb4d5095213ddf6f87cc79f0 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 29 Jun 2017 21:04:44 +0200 Subject: [PATCH] r113 >_> --- build.gradle | 2 +- update/changelog.md | 3 +++ update/updateVersions.properties | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5e82ae1de..dac19fca9 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.12-r112" +version = "1.12-r113" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 5aa9221b6..d8c003d0e 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,6 @@ +# 1.12-r113 +* Fixed recipes not showing up in the manual (thanks Shadows >_>) + # 1.12-r112 * Fixed the mod for newer versions of Forge * Actually Shadows-of-Fire did all the work so yea, thanks diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 71a4f442e..524a11ecd 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -6,4 +6,4 @@ 1.10.2=105 1.11=92 1.11.2=110 -1.12=112 \ No newline at end of file +1.12=113 \ No newline at end of file