Backward port to Fabric 1.15.2 (from Fabric 1.16.1)
This commit is contained in:
parent
dd1f360dd8
commit
0a6136ce9c
43 changed files with 5431 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ include ':DynmapCore'
|
|||
include ':DynmapCoreAPI'
|
||||
include ':fabric-1.16.2'
|
||||
include ':fabric-1.16.1'
|
||||
include ':fabric-1.15.2'
|
||||
include ':forge-1.16.2'
|
||||
include ':forge-1.16.1'
|
||||
include ':forge-1.15.2'
|
||||
|
|
@ -33,6 +34,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.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