added 1.21.7 helper so that we can start the plugin on 1.21.7 - new blocks may not be rendered correctly yet.
This commit is contained in:
parent
830805fe71
commit
1708a429bf
8 changed files with 728 additions and 0 deletions
|
|
@ -103,6 +103,9 @@ dependencies {
|
|||
implementation(project(':bukkit-helper-121-6')) {
|
||||
transitive = false
|
||||
}
|
||||
implementation(project(':bukkit-helper-121-7')) {
|
||||
transitive = false
|
||||
}
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
@ -148,6 +151,7 @@ shadowJar {
|
|||
include(dependency(':bukkit-helper-121-4'))
|
||||
include(dependency(':bukkit-helper-121-5'))
|
||||
include(dependency(':bukkit-helper-121-6'))
|
||||
include(dependency(':bukkit-helper-121-7'))
|
||||
}
|
||||
relocate('org.bstats', 'org.dynmap.bstats')
|
||||
destinationDirectory = file '../target'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue