Add Forge 1.19.2 build
This commit is contained in:
parent
7570cf5994
commit
46bd040981
22 changed files with 3573 additions and 1 deletions
|
|
@ -32,6 +32,7 @@ include ':fabric-1.17.1'
|
|||
include ':fabric-1.16.4'
|
||||
include ':fabric-1.15.2'
|
||||
include ':fabric-1.14.4'
|
||||
include ':forge-1.19.2'
|
||||
include ':forge-1.19'
|
||||
include ':forge-1.18.2'
|
||||
include ':forge-1.18'
|
||||
|
|
@ -64,6 +65,7 @@ project(':fabric-1.17.1').projectDir = "$rootDir/fabric-1.17.1" as File
|
|||
project(':fabric-1.16.4').projectDir = "$rootDir/fabric-1.16.4" as File
|
||||
project(':fabric-1.15.2').projectDir = "$rootDir/fabric-1.15.2" as File
|
||||
project(':fabric-1.14.4').projectDir = "$rootDir/fabric-1.14.4" as File
|
||||
project(':forge-1.19.2').projectDir = "$rootDir/forge-1.19.2" as File
|
||||
project(':forge-1.19').projectDir = "$rootDir/forge-1.19" as File
|
||||
project(':forge-1.18.2').projectDir = "$rootDir/forge-1.18.2" as File
|
||||
project(':forge-1.18').projectDir = "$rootDir/forge-1.18" as File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue