Start 1.20.5 code

This commit is contained in:
Michael Primm 2024-04-26 20:54:41 -05:00
parent 9878719337
commit 669c75322a
12 changed files with 891 additions and 29 deletions

View file

@ -25,6 +25,7 @@ include ':bukkit-helper-119-4'
include ':bukkit-helper-120'
include ':bukkit-helper-120-2'
include ':bukkit-helper-120-4'
include ':bukkit-helper-120-5'
include ':bukkit-helper'
include ':dynmap-api'
include ':DynmapCore'
@ -64,6 +65,7 @@ project(':bukkit-helper-119-4').projectDir = "$rootDir/bukkit-helper-119-4" as F
project(':bukkit-helper-120').projectDir = "$rootDir/bukkit-helper-120" as File
project(':bukkit-helper-120-2').projectDir = "$rootDir/bukkit-helper-120-2" as File
project(':bukkit-helper-120-4').projectDir = "$rootDir/bukkit-helper-120-4" as File
project(':bukkit-helper-120-5').projectDir = "$rootDir/bukkit-helper-120-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