org.jglrxavpok.hephaistos.Options.kt Maven / Gradle / Ivy
package org.jglrxavpok.hephaistos
enum class Options(var active: Boolean) {
WarnOnPre1_17WorldsWithInvalidYRange(true),
WarnWhenLoadingSectionWithNoPaletteButWithBlocks(true),
}