Initial 1.16.1 support - get it running
This commit is contained in:
parent
bd3b8b43f8
commit
3917eb066a
8 changed files with 802 additions and 38 deletions
10
bukkit-helper-116/build.gradle
Normal file
10
bukkit-helper-116/build.gradle
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
description = 'bukkit-helper-1.16'
|
||||
|
||||
dependencies {
|
||||
compile project(':bukkit-helper')
|
||||
compile project(':dynmap-api')
|
||||
compile project(path: ':DynmapCore', configuration: 'shadow')
|
||||
compile group: 'org.spigotmc', name: 'spigot-api', version:'1.16.1-R0.1-SNAPSHOT'
|
||||
compile group: 'org.spigotmc', name: 'spigot', version:'1.16.1-R0.1-SNAPSHOT'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue