From 228cd55387629b19336976f675ba833b68ddf613 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 27 Aug 2017 18:35:45 +0200 Subject: [PATCH] r119 because Shadows is annoying --- build.gradle | 2 +- update/changelog.md | 4 ++++ update/updateVersions.properties | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8806e1978..6326628a0 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.12-r118" +version = "1.12.1-r119" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index def4c2767..08371adcd 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,7 @@ +# 1.12.1-r119 +* Fix the Crusher crashing servers +* Make the magnet ring only work in survival mode + # 1.12-r118 * Added magma blocks as additional sources for the heat collector * Fix Experience Solidifier not working with automation diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 6d6f143fe..8bd869b01 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -6,4 +6,5 @@ 1.10.2=105 1.11=92 1.11.2=110 -1.12=118 \ No newline at end of file +1.12=118 +1.12.1=119 \ No newline at end of file