Add support for 1.19.3 (#2042)
* 1.19.3 * More fixes * fix: compile time issues for 1.19.3 * fix: new mappings and GeneratorStructureState * Add 1.19.3 to release and issue template * Update dependencies for 1.19.3 * Update worldedit-bukkit/adapters/adapter-1_19_3/build.gradle.kts Co-authored-by: Pierre Maurice Schwang <mail@pschwang.eu>
This commit is contained in:
committed by
GitHub
parent
62f561cb56
commit
f98e526fa0
18
worldedit-bukkit/adapters/adapter-1_19_3/build.gradle.kts
Normal file
18
worldedit-bukkit/adapters/adapter-1_19_3/build.gradle.kts
Normal file
@@ -0,0 +1,18 @@
|
||||
plugins {
|
||||
java
|
||||
}
|
||||
|
||||
applyPaperweightAdapterConfiguration()
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
name = "PaperMC"
|
||||
url = uri("https://repo.papermc.io/repository/maven-public/")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// https://papermc.io/repo/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/
|
||||
paperDevBundle("1.19.3-R0.1-20221211.165921-14")
|
||||
compileOnly("io.papermc:paperlib")
|
||||
}
|
||||
Reference in New Issue
Block a user