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