Forge 1.20 - start Spigot 1.20
This commit is contained in:
parent
58fc5665e0
commit
ac08bea145
31 changed files with 4504 additions and 27 deletions
|
|
@ -22,6 +22,7 @@ include ':bukkit-helper-118-2'
|
|||
include ':bukkit-helper-119'
|
||||
include ':bukkit-helper-119-3'
|
||||
include ':bukkit-helper-119-4'
|
||||
//include ':bukkit-helper-120'
|
||||
include ':bukkit-helper'
|
||||
include ':dynmap-api'
|
||||
include ':DynmapCore'
|
||||
|
|
@ -36,6 +37,7 @@ include ':fabric-1.17.1'
|
|||
include ':fabric-1.16.4'
|
||||
include ':fabric-1.15.2'
|
||||
include ':fabric-1.14.4'
|
||||
include ':forge-1.20'
|
||||
include ':forge-1.19.3'
|
||||
include ':forge-1.19.2'
|
||||
include ':forge-1.19'
|
||||
|
|
@ -59,6 +61,7 @@ project(':bukkit-helper-118-2').projectDir = "$rootDir/bukkit-helper-118-2" as F
|
|||
project(':bukkit-helper-119').projectDir = "$rootDir/bukkit-helper-119" as File
|
||||
project(':bukkit-helper-119-3').projectDir = "$rootDir/bukkit-helper-119-3" as File
|
||||
project(':bukkit-helper-119-4').projectDir = "$rootDir/bukkit-helper-119-4" as File
|
||||
//project(':bukkit-helper-120').projectDir = "$rootDir/bukkit-helper-120" 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
|
||||
|
|
@ -73,6 +76,7 @@ project(':fabric-1.17.1').projectDir = "$rootDir/fabric-1.17.1" as File
|
|||
project(':fabric-1.16.4').projectDir = "$rootDir/fabric-1.16.4" as File
|
||||
project(':fabric-1.15.2').projectDir = "$rootDir/fabric-1.15.2" as File
|
||||
project(':fabric-1.14.4').projectDir = "$rootDir/fabric-1.14.4" as File
|
||||
project(':forge-1.20').projectDir = "$rootDir/forge-1.20" as File
|
||||
project(':forge-1.19.3').projectDir = "$rootDir/forge-1.19.3" as File
|
||||
project(':forge-1.19.2').projectDir = "$rootDir/forge-1.19.2" as File
|
||||
project(':forge-1.18.2').projectDir = "$rootDir/forge-1.18.2" as File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue