Initial Spigot/Paper 1.20 support

This commit is contained in:
Michael Primm 2023-06-09 02:05:17 -04:00
parent feac442492
commit 6beb62b4b7
7 changed files with 27 additions and 16 deletions

View file

@ -34,7 +34,7 @@ minecraft {
}
}
project.archivesBaseName = "${project.archivesBaseName}-forge-1.19.3"
project.archivesBaseName = "${project.archivesBaseName}-forge-1.20"
dependencies {
implementation project(path: ":DynmapCore", configuration: "shadow")