Merge branch 'kotlin-1.10' into kotlin-1.11.2

This commit is contained in:
octarine-noise
2017-07-05 15:09:28 +02:00
17 changed files with 49 additions and 28 deletions

View File

@@ -33,7 +33,7 @@ val blockColors = ThreadLocal<BlockColors>()
abstract class AbstractBlockRenderingHandler(modId: String) : ResourceHandler(modId) {
open val moveToCutout: Boolean get() = true
open val addToCutout: Boolean get() = true
// ============================
// Custom rendering