Merge branch 'v3.0' into 1.15.2
This commit is contained in:
commit
28c4dde9dc
20 changed files with 5258 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ include ':DynmapCoreAPI'
|
|||
include ':fabric-1.16.2'
|
||||
include ':fabric-1.16.1'
|
||||
include ':fabric-1.15.2'
|
||||
include ':forge-1.16.3'
|
||||
include ':forge-1.16.2'
|
||||
include ':forge-1.16.1'
|
||||
include ':forge-1.15.2'
|
||||
|
|
@ -35,6 +36,7 @@ project(':DynmapCoreAPI').projectDir = "$rootDir/DynmapCoreAPI" as File
|
|||
project(':fabric-1.16.2').projectDir = "$rootDir/fabric-1.16.2" as File
|
||||
project(':fabric-1.16.1').projectDir = "$rootDir/fabric-1.16.1" as File
|
||||
project(':fabric-1.15.2').projectDir = "$rootDir/fabric-1.15.2" as File
|
||||
project(':forge-1.16.3').projectDir = "$rootDir/forge-1.16.3" as File
|
||||
project(':forge-1.16.2').projectDir = "$rootDir/forge-1.16.2" as File
|
||||
project(':forge-1.16.1').projectDir = "$rootDir/forge-1.16.1" as File
|
||||
project(':forge-1.15.2').projectDir = "$rootDir/forge-1.15.2" as File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue