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:
jacob1 2025-03-30 23:57:55 -04:00
parent 003cad5dc2
commit c070ca97b3
No known key found for this signature in database
GPG key ID: 4E58A32D510E1995
8 changed files with 726 additions and 0 deletions

View file

@ -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