Update Forge to 2359, removed usage of deprecated getBlocks List version to NonNullList version

This commit is contained in:
raoulvdberge
2017-06-24 13:59:42 +02:00
parent d8b3bcca40
commit 4024beaecf
9 changed files with 17 additions and 42 deletions

View File

@@ -28,10 +28,10 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
minecraft {
version = "1.12-14.21.0.2349"
version = "1.12-14.21.0.2359"
runDir = "run"
useDepAts = true
mappings = "snapshot_20170623"
mappings = "snapshot_20170624"
}
repositories {