Add spigot-1.20.4 initial support
This commit is contained in:
parent
984ea8ba37
commit
31faa83b24
13 changed files with 887 additions and 24 deletions
|
|
@ -24,6 +24,7 @@ include ':bukkit-helper-119-3'
|
|||
include ':bukkit-helper-119-4'
|
||||
include ':bukkit-helper-120'
|
||||
include ':bukkit-helper-120-2'
|
||||
include ':bukkit-helper-120-4'
|
||||
include ':bukkit-helper'
|
||||
include ':dynmap-api'
|
||||
include ':DynmapCore'
|
||||
|
|
@ -66,6 +67,7 @@ project(':bukkit-helper-119-3').projectDir = "$rootDir/bukkit-helper-119-3" as F
|
|||
project(':bukkit-helper-119-4').projectDir = "$rootDir/bukkit-helper-119-4" as File
|
||||
project(':bukkit-helper-120').projectDir = "$rootDir/bukkit-helper-120" as File
|
||||
project(':bukkit-helper-120-2').projectDir = "$rootDir/bukkit-helper-120-2" as File
|
||||
project(':bukkit-helper-120-4').projectDir = "$rootDir/bukkit-helper-120-4" 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