geforkt von Mirrors/FastAsyncWorldEdit
11e25911d5
* upstream: Update upstream c407471 Re-add class shutter with tweaks. (1947) * upstream: Update Upstream 29f1c66 If a trace hits the world limit, cancel it (1942) * upstream: Update upstream 511daa5 Update paperweight dev bundle
22 Zeilen
364 B
Plaintext
22 Zeilen
364 B
Plaintext
plugins {
|
|
java
|
|
}
|
|
|
|
applyPaperweightAdapterConfiguration(
|
|
"1.17.1-R0.1-20211120.192557-194"
|
|
)
|
|
|
|
repositories {
|
|
maven {
|
|
name = "PaperMC"
|
|
url = uri("https://papermc.io/repo/repository/maven-public/")
|
|
content {
|
|
includeModule("io.papermc", "paperlib")
|
|
}
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly(libs.paperlib)
|
|
}
|