Take building min height also into consideration

This commit is contained in:
NotMyFault
2021-04-11 10:12:37 +02:00
parent ba4146f82c
commit e1fb8c1ae5
3 changed files with 6 additions and 4 deletions

View File

@ -39,7 +39,7 @@ dependencies {
testImplementation("com.sk89q.worldedit:worldedit-core:7.2.2")
// Logging
api("org.slf4j:slf4j-api:1.7.30")
api("org.slf4j:slf4j-api:1.7.25")
runtimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.8.1") {
exclude(group = "org.slf4j")
}