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

@ -0,0 +1,17 @@
eclipse {
project {
name = "Dynmap(Spigot-1.21.4)"
}
}
description = 'bukkit-helper-1.21.4'
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = JavaLanguageVersion.of(17) // Need this here so eclipse task generates correctly.
dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow')
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.21.4-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.21.4-R0.1-SNAPSHOT'
}