From 442d0f6a4e568ea37d0c90df74b20c67d2f6809f Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 27 Nov 2016 19:07:11 +0100 Subject: [PATCH] r83! --- 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 7c513ce75..501ba04ca 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.11-r82" +version = "1.11-r83" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index b2e9ab23a..2dda456e4 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,7 @@ +# 1.11-r83 +* Fix an exception during loading some tileentities causing them to lose their data +* Improve performance of Patreon display code + # 1.11-r82 * Made Filter Slots be ignored by Comparators (all filter settings that currently exist will be lost, so check your filters!) * Buffed oil a little diff --git a/update/updateVersions.properties b/update/updateVersions.properties index d7da1494a..a9b994f45 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -4,4 +4,4 @@ 1.9.4=45 1.10=46 1.10.2=81 -1.11=82 \ No newline at end of file +1.11=83 \ No newline at end of file