Spigot 1.21.4 support

(ability to run only, not the ability to render any of the new pale garden blocks)
This commit is contained in:
jacob1 2024-12-03 19:49:11 -05:00
parent 841bd088de
commit 0e86293db1
9 changed files with 681 additions and 0 deletions

View file

@ -28,6 +28,7 @@ include ':bukkit-helper-120-4'
include ':bukkit-helper-120-5'
include ':bukkit-helper-121'
include ':bukkit-helper-121-3'
include ':bukkit-helper-121-4'
include ':bukkit-helper'
include ':dynmap-api'
include ':DynmapCore'
@ -74,6 +75,7 @@ project(':bukkit-helper-120-4').projectDir = "$rootDir/bukkit-helper-120-4" as F
project(':bukkit-helper-120-5').projectDir = "$rootDir/bukkit-helper-120-5" as File
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').projectDir = "$rootDir/bukkit-helper" as File
project(':dynmap-api').projectDir = "$rootDir/dynmap-api" as File
project(':DynmapCore').projectDir = "$rootDir/DynmapCore" as File