fix items config

This commit is contained in:
DBotThePony 2023-02-10 21:23:59 +07:00
parent faa64a47c3
commit 685ac399b6
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -89,4 +89,8 @@ object ItemsConfig : AbstractConfig("items") {
object PatternDrives { object PatternDrives {
val NORMAL: Int by builder.defineInRange(MNames.PATTERN_DRIVE_NORMAL, 4, 1, Int.MAX_VALUE) val NORMAL: Int by builder.defineInRange(MNames.PATTERN_DRIVE_NORMAL, 4, 1, Int.MAX_VALUE)
} }
init {
PatternDrives
}
} }