From 7d28e768ca4292ac02f55cddd48af87a9274e44f Mon Sep 17 00:00:00 2001 From: Shadows_of_Fire Date: Fri, 29 Sep 2017 22:49:50 -0400 Subject: [PATCH] r121 --- build.gradle | 2 +- update/changelog.md | 5 +++++ update/updateVersions.properties | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4c60c266f..97090cbd7 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.12.1-r120" +version = "1.12.1-r121" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 2d0aea902..8eb7b7bac 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,8 @@ +# 1.12.1-r121 +* Fix crashes relating to the breakers +* Fix the jam zombie having invisible arms +* Wings of the Bats no longer works in spectator mode + # 1.12.1-r120 * Fix crate upgrades not being consumed * Fix the lens of color crashing on invalid input diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 53ae6878f..42aef5cc6 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -7,4 +7,4 @@ 1.11=92 1.11.2=110 1.12=118 -1.12.1=120 \ No newline at end of file +1.12.1=121 \ No newline at end of file