Spigot / Paper 1.21.3 support
This commit is contained in:
parent
30d6845bb2
commit
4e409a80c7
14 changed files with 688 additions and 8 deletions
|
|
@ -91,6 +91,9 @@ dependencies {
|
|||
implementation(project(':bukkit-helper-121')) {
|
||||
transitive = false
|
||||
}
|
||||
implementation(project(':bukkit-helper-121-3')) {
|
||||
transitive = false
|
||||
}
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
@ -132,6 +135,7 @@ shadowJar {
|
|||
include(dependency(':bukkit-helper-120-4'))
|
||||
include(dependency(':bukkit-helper-120-5'))
|
||||
include(dependency(':bukkit-helper-121'))
|
||||
include(dependency(':bukkit-helper-121-3'))
|
||||
}
|
||||
relocate('org.bstats', 'org.dynmap.bstats')
|
||||
destinationDirectory = file '../target'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue