Made chunkloading even faster by removing texture location from EVERY SINGLE BLOCK

This commit is contained in:
2020-04-12 01:16:51 -06:00
parent fabd9bcb82
commit 0a53564650
14 changed files with 423 additions and 31 deletions

View File

@@ -32,6 +32,8 @@ subprojects {
mavenCentral()
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
maven { url 'https://jitpack.io' }
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" } // for Kotlin
jcenter()
}
}