added 1.21.7 helper so that we can start the plugin on 1.21.7 - new blocks may not be rendered correctly yet.

This commit is contained in:
Chaosjan44 2025-06-30 23:44:18 +02:00
parent 830805fe71
commit 1708a429bf
8 changed files with 728 additions and 0 deletions

View file

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