Spigot 1.21.5 support
(ability to run only, not the ability to render the handful of new decorative flower blocks)
This commit is contained in:
parent
003cad5dc2
commit
c070ca97b3
8 changed files with 726 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ include ':bukkit-helper-120-5'
|
|||
include ':bukkit-helper-121'
|
||||
include ':bukkit-helper-121-3'
|
||||
include ':bukkit-helper-121-4'
|
||||
include ':bukkit-helper-121-5'
|
||||
include ':bukkit-helper'
|
||||
include ':dynmap-api'
|
||||
include ':DynmapCore'
|
||||
|
|
@ -74,6 +75,7 @@ project(':bukkit-helper-120-5').projectDir = "$rootDir/bukkit-helper-120-5" as F
|
|||
project(':bukkit-helper-121').projectDir = "$rootDir/bukkit-helper-121" as File
|
||||
project(':bukkit-helper-121-3').projectDir = "$rootDir/bukkit-helper-121-3" as File
|
||||
project(':bukkit-helper-121-4').projectDir = "$rootDir/bukkit-helper-121-4" as File
|
||||
project(':bukkit-helper-121-5').projectDir = "$rootDir/bukkit-helper-121-5" 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