Port to 1.21 (rc.1) for fabric
This commit is contained in:
parent
78b9d1f9cf
commit
15dd09e991
46 changed files with 3963 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ include ':bukkit-helper'
|
|||
include ':dynmap-api'
|
||||
include ':DynmapCore'
|
||||
include ':DynmapCoreAPI'
|
||||
include ':fabric-1.21'
|
||||
include ':fabric-1.20.6'
|
||||
include ':fabric-1.20.4'
|
||||
include ':fabric-1.20.2'
|
||||
|
|
@ -72,6 +73,7 @@ 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').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
|
||||
project(':fabric-1.20.2').projectDir = "$rootDir/fabric-1.20.2" as File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue