Add Spigot 1.16.3 support
This commit is contained in:
parent
7671c1f0df
commit
763ca9a69c
6 changed files with 786 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ include ':bukkit-helper-114-1'
|
|||
include ':bukkit-helper-115'
|
||||
include ':bukkit-helper-116'
|
||||
include ':bukkit-helper-116-2'
|
||||
include ':bukkit-helper-116-3'
|
||||
include ':bukkit-helper'
|
||||
include ':dynmap-api'
|
||||
include ':DynmapCore'
|
||||
|
|
@ -23,6 +24,7 @@ project(':bukkit-helper-114-1').projectDir = "$rootDir/bukkit-helper-114-1" as F
|
|||
project(':bukkit-helper-115').projectDir = "$rootDir/bukkit-helper-115" as File
|
||||
project(':bukkit-helper-116').projectDir = "$rootDir/bukkit-helper-116" as File
|
||||
project(':bukkit-helper-116-2').projectDir = "$rootDir/bukkit-helper-116-2" as File
|
||||
project(':bukkit-helper-116-3').projectDir = "$rootDir/bukkit-helper-116-3" as File
|
||||
project(':bukkit-helper').projectDir = "$rootDir/bukkit-helper" as File
|
||||
project(':dynmap-api').projectDir = "$rootDir/dynmap-api" as File
|
||||
project(':DynmapCore').projectDir = "$rootDir/DynmapCore" as File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue