Merge pull request #4118 from petersv5/1.21-pre4
Port to 1.21 (rc.1) for fabric
This commit is contained in:
commit
04af3f840b
46 changed files with 3963 additions and 0 deletions
|
|
@ -31,6 +31,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'
|
||||
|
|
@ -74,6 +75,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