From 9ca8e3d1ce2c6524e66b4a7863b7408403ab14d3 Mon Sep 17 00:00:00 2001 From: Shadows_of_Fire Date: Fri, 3 Nov 2017 22:14:31 -0400 Subject: [PATCH] r124 --- 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 580159c25..40aa2bd39 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.12.2-r123" +version = "1.12.2-r124" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index ef6b43779..33058fea6 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,6 @@ +# 1.12.2-r124 +* Made the booklet not crash + # 1.12.2-r123 * Made things crash less (null itemstack issues) diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 451311cb6..5eeb860f2 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -8,4 +8,4 @@ 1.11.2=110 1.12=118 1.12.1=121 -1.12.2=123 \ No newline at end of file +1.12.2=124 \ No newline at end of file