fix items config
This commit is contained in:
parent
faa64a47c3
commit
685ac399b6
@ -89,4 +89,8 @@ object ItemsConfig : AbstractConfig("items") {
|
||||
object PatternDrives {
|
||||
val NORMAL: Int by builder.defineInRange(MNames.PATTERN_DRIVE_NORMAL, 4, 1, Int.MAX_VALUE)
|
||||
}
|
||||
|
||||
init {
|
||||
PatternDrives
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user