Add forge 1.19.3
This commit is contained in:
parent
745949632f
commit
c6669ba375
22 changed files with 3611 additions and 18 deletions
|
|
@ -34,6 +34,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.3'
|
||||
include ':forge-1.19.2'
|
||||
include ':forge-1.19'
|
||||
include ':forge-1.18.2'
|
||||
|
|
@ -67,6 +68,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.3').projectDir = "$rootDir/forge-1.19.3" as File
|
||||
project(':forge-1.19.2').projectDir = "$rootDir/forge-1.19.2" as File
|
||||
project(':forge-1.18.2').projectDir = "$rootDir/forge-1.18.2" as File
|
||||
project(':forge-1.17.1').projectDir = "$rootDir/forge-1.17.1" as File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue