From 7604b7ce4e4f30027a02a6bd1c3bd630e8dde883 Mon Sep 17 00:00:00 2001 From: Raoul Van den Berge Date: Sat, 6 Aug 2016 02:46:54 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++-- build.gradle | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c60275eb..f809b1823 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,17 @@ - Fixed issue with IC2 integration causing console spam - Slight performance improvement in GUI's - Fixed not being able to change some configs in blocks -- Fixed serverside configs not syncing up with clientside sometimes +- Fixed serverside configs not syncing up with clientside **Features** - Added German translation by ChillUpX - Each Grid Filter can now only filter 9 items - Each Grid allows 4 Grid Filters instead of 1 - Grid Filters can now be configured to compare on NBT and/ or damage -- Updated to Forge 2045 +- Updated to Forge 2046 - Updated Tesla +- Java 8 is now a requirement +- Added MCMultiPart integration ### 0.8.15 **Bugfixes** diff --git a/build.gradle b/build.gradle index 7744eda0c..6f57ab7b9 100755 --- a/build.gradle +++ b/build.gradle @@ -16,6 +16,9 @@ version = "0.8.16" group = "refinedstorage" archivesBaseName = "refinedstorage" +sourceCompatibility = 1.8 +targetCompatibility = 1.8 + minecraft { version = "1.10.2-12.18.1.2046" runDir = "run"