From 405172da7af5387225827f6085b5c26fefb6d06f Mon Sep 17 00:00:00 2001 From: malte0811 Date: Mon, 14 Aug 2017 18:37:05 +0200 Subject: [PATCH] Build 1.4-18 --- build.gradle | 4 ++-- changelog.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 00bbfda..4013d27 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ def mainVersion = "1.4" -def buildNumber = "10" +def buildNumber = "18" // For those who want the bleeding edge buildscript { @@ -30,7 +30,7 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 minecraft { - version = "12.18.3.2234" + version = "12.18.3.2281" runDir = "run" replace '${version}', project.version diff --git a/changelog.md b/changelog.md index d4ba71d..02146e9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +#####Version 1.4-17 + - Fixed a crash with SpongeForge, chunk loading issues without + - Fixed some components resetting on chunk unload + #####Version 1.4-16 - Backported a lot of fixes from 1.11 and 1.12