Merge branch 'v3.0' into 1.21.1-fabric-port

This commit is contained in:
mikeprimm 2025-01-05 14:01:57 -06:00 committed by GitHub
commit 548bc86121
132 changed files with 9341 additions and 101 deletions

View file

@ -1,8 +1,8 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url "https://papermc.io/repo/repository/maven-public/" }
maven { url "https://maven.fabricmc.net/" }
maven { url "https://papermc.io/repo/repository/maven-public/" }
}
}
@ -27,11 +27,15 @@ include ':bukkit-helper-120-2'
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'
include ':DynmapCoreAPI'
include ':fabric-1.21.1'
include ':fabric-1.21.3'
include ':fabric-1.21.4'
include ':fabric-1.21'
include ':fabric-1.20.6'
include ':fabric-1.20.4'
@ -73,11 +77,15 @@ project(':bukkit-helper-120-2').projectDir = "$rootDir/bukkit-helper-120-2" as F
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-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
project(':DynmapCoreAPI').projectDir = "$rootDir/DynmapCoreAPI" as File
project(':fabric-1.21.1').projectDir = "$rootDir/fabric-1.21.1" as File
project(':fabric-1.21.3').projectDir = "$rootDir/fabric-1.21.3" as File
project(':fabric-1.21.4').projectDir = "$rootDir/fabric-1.21.4" as File
project(':fabric-1.21').projectDir = "$rootDir/fabric-1.21" as File
project(':fabric-1.20.6').projectDir = "$rootDir/fabric-1.20.6" as File
project(':fabric-1.20.4').projectDir = "$rootDir/fabric-1.20.4" as File