Merge branch 'kotlin-1.8' into kotlin-1.9

This commit is contained in:
octarine-noise
2016-04-19 21:00:48 +02:00
8 changed files with 27 additions and 10 deletions

View File

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