Initial code porting for Forge 1.13.2 - not yet functional
This commit is contained in:
parent
495a6f7ec2
commit
38b4624ce9
22 changed files with 5463 additions and 2 deletions
|
|
@ -7,6 +7,7 @@ include ':bukkit-helper'
|
|||
include ':dynmap-api'
|
||||
include ':DynmapCore'
|
||||
include ':DynmapCoreAPI'
|
||||
include ':forge-1.13.2'
|
||||
include ':forge-1.12.2'
|
||||
include ':forge-1.11.2'
|
||||
include ':forge-1.10.2'
|
||||
|
|
@ -21,6 +22,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(':forge-1.13.2').projectDir = "$rootDir/forge-1.13.2" as File
|
||||
project(':forge-1.12.2').projectDir = "$rootDir/forge-1.12.2" as File
|
||||
project(':forge-1.11.2').projectDir = "$rootDir/forge-1.11.2" as File
|
||||
project(':forge-1.10.2').projectDir = "$rootDir/forge-1.10.2" as File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue