From c6499a19c3521cb6e127388ead1c2a8dcbea987a Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 29 Jun 2017 18:43:57 +0200 Subject: [PATCH] r112 --- build.gradle | 2 +- update/changelog.md | 4 ++++ update/updateVersions.properties | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5c1c33925..5e82ae1de 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.12-r111" +version = "1.12-r112" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 63017a183..5aa9221b6 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,7 @@ +# 1.12-r112 +* Fixed the mod for newer versions of Forge +* Actually Shadows-of-Fire did all the work so yea, thanks + # 1.12-r111 * Did the thing diff --git a/update/updateVersions.properties b/update/updateVersions.properties index bbaaba73a..71a4f442e 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=111 \ No newline at end of file +1.12=112 \ No newline at end of file