From 581c9819e4dce56e000e1de78c6e8fb6125b4955 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 18 Nov 2016 06:42:02 +0100 Subject: [PATCH] r74! --- build.gradle | 2 +- update/changelog.md | 4 ++++ update/updateVersions.properties | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 80b4ea651..d656ce491 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-r73" +version = "1.10.2-r74" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 79c01f5cd..a80bc846e 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,7 @@ +# 1.10.2-r74 +* Fix Laser Relays crashing servers +* Fix the coffee machine creating rather than using items + # 1.10.2-r73 * Made textures and lang work again. I apparently forgot how Minecraft loads its resources outside of a dev environment. Yup, I'm smart. * Made the book tutorial button not get overlayed by config and achievements buttons diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 12f2a5ae1..5a16a6156 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=73 \ No newline at end of file +1.10.2=74 \ No newline at end of file