Merge pull request #3148 from keuin/1.15.2
Backward port to Fabric 1.15.2 (from Fabric 1.16.1)
This commit is contained in:
commit
66420ccbc9
43 changed files with 5431 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ include ':DynmapCore'
|
|||
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'
|
||||
|
|
@ -36,6 +37,7 @@ project(':DynmapCore').projectDir = "$rootDir/DynmapCore" as File
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue