Add Fabric 1.20.4 build
This commit is contained in:
parent
70930c42a7
commit
2d24ac53d7
47 changed files with 3967 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ include ':bukkit-helper'
|
|||
include ':dynmap-api'
|
||||
include ':DynmapCore'
|
||||
include ':DynmapCoreAPI'
|
||||
include ':fabric-1.20.4'
|
||||
include ':fabric-1.20.2'
|
||||
include ':fabric-1.20'
|
||||
include ':fabric-1.19.4'
|
||||
|
|
@ -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.20.4').projectDir = "$rootDir/fabric-1.20.4" 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue