Add Fabric 1.20.2 initial port
This commit is contained in:
parent
91c4b23a0e
commit
169bb81ca7
47 changed files with 3958 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ include ':bukkit-helper'
|
|||
include ':dynmap-api'
|
||||
include ':DynmapCore'
|
||||
include ':DynmapCoreAPI'
|
||||
include ':fabric-1.20.2'
|
||||
include ':fabric-1.20'
|
||||
include ':fabric-1.19.4'
|
||||
include ':fabric-1.19.3'
|
||||
|
|
@ -69,6 +70,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.20.2').projectDir = "$rootDir/fabric-1.20.2" as File
|
||||
project(':fabric-1.20').projectDir = "$rootDir/fabric-1.20" as File
|
||||
project(':fabric-1.19.4').projectDir = "$rootDir/fabric-1.19.4" as File
|
||||
project(':fabric-1.19.3').projectDir = "$rootDir/fabric-1.19.3" as File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue