Add Forge 1.16.5 build
This commit is contained in:
parent
9fc201f1af
commit
7b318b2d3b
22 changed files with 5269 additions and 2 deletions
|
|
@ -15,6 +15,7 @@ include ':fabric-1.16.4'
|
|||
include ':fabric-1.16.2'
|
||||
include ':fabric-1.16.1'
|
||||
include ':fabric-1.15.2'
|
||||
include ':forge-1.16.5'
|
||||
include ':forge-1.16.4'
|
||||
include ':forge-1.16.3'
|
||||
include ':forge-1.16.2'
|
||||
|
|
@ -41,6 +42,7 @@ project(':fabric-1.16.4').projectDir = "$rootDir/fabric-1.16.4" 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.5').projectDir = "$rootDir/forge-1.16.5" as File
|
||||
project(':forge-1.16.4').projectDir = "$rootDir/forge-1.16.4" 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue