From ffa274a7b2c1e1c2cbfcf062b8ac601549aa0d93 Mon Sep 17 00:00:00 2001 From: Shadows_of_Fire Date: Sun, 14 Jan 2018 13:29:37 -0500 Subject: [PATCH] r127 --- build.gradle | 2 +- update/changelog.md | 7 +++++++ update/updateVersions.properties | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 01f1d7f1c..2317a83af 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-r126" +version = "1.12.2-r127" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index c98b37417..9915c2bc6 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,10 @@ +# 1.12.2-r127 +* Removed explicit tesla support. +* The AIOT will now accept sword enchantments. +* Greenhouse Glass is no longer a tile entity, this should significantly improve performance. It will be a bit slower in terms of plant growth though. +* Canitzp: Fixes a duplication bug with MeeCreeps and AA containers. +* Fixes a log error with Coal Dust and JEI. + # 1.12.2-r126 * New feature! The atomic reconstructor can now split enchanted books with multiple enchantments! * Leomil72: Added it_IT.lang diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 9327afc68..3211478dc 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=126 \ No newline at end of file +1.12.2=127 \ No newline at end of file