From ca9442e0819f98e9c9646166d5e58fe2f5aefc79 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 1 Sep 2016 20:54:45 +0200 Subject: [PATCH] =?UTF-8?q?r62.=20I'm=20sorry.=20=C2=B0~=C2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 2583f0bb1..d8efc4e45 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.10.2-r61" +version = "1.10.2-r62" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 9f564cb9f..69f3398ac 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,8 @@ +# 1.10.2-r62 +* Fixed a MASSIVE derpup breaking basically all of the things that ever existed ever. _Dang, I was hoping I could get a version out without needing a fix a day after for once. Whatevs. ¯\_(ツ)_/¯_ +* Implemented new system of detemining the type of laser relay connection. There might be a bit of lag occuring when you join a world for the first time with this version. +* Added an extra check to block placing mechanisms so that they don't crash with weird semi-fluids + # 1.10.2-r61 * Made machines split their energy/fluids when putting them into other blocks * Removed worm's bounding box as it was showing up on some HUD mods diff --git a/update/updateVersions.properties b/update/updateVersions.properties index aac0335ee..03ec5ae95 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -3,4 +3,4 @@ 1.9=33 1.9.4=45 1.10=46 -1.10.2=61 \ No newline at end of file +1.10.2=62 \ No newline at end of file