Build 1.4-18

This commit is contained in:
malte0811 2017-08-14 18:37:05 +02:00
parent 78e468dec8
commit 405172da7a
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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