An attempt at 1.19.4 Support

I tried.
This commit is contained in:
C_Corp2002
2023-04-09 21:08:38 -07:00
committed by GitHub
parent 358e09d05b
commit f918f1ef66
11 changed files with 604 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
apply(plugin = "io.papermc.paperweight.userdev")
repositories {
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}
dependencies {
api(project(":platforms:bukkit:common"))
paperDevBundle("1.19.4-R0.1-SNAPSHOT")
implementation("xyz.jpenilla", "reflection-remapper", "0.1.0-SNAPSHOT")
}
tasks {
assemble {
dependsOn("reobfJar")
}
}