Add forge 1.20.2
This commit is contained in:
parent
e2a5fc80d3
commit
91c4b23a0e
22 changed files with 3626 additions and 21 deletions
|
|
@ -38,6 +38,7 @@ include ':fabric-1.17.1'
|
|||
include ':fabric-1.16.4'
|
||||
include ':fabric-1.15.2'
|
||||
include ':fabric-1.14.4'
|
||||
include ':forge-1.20.2'
|
||||
include ':forge-1.20'
|
||||
include ':forge-1.19.3'
|
||||
include ':forge-1.19.2'
|
||||
|
|
@ -78,6 +79,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.20.2').projectDir = "$rootDir/forge-1.20.2" as File
|
||||
project(':forge-1.20').projectDir = "$rootDir/forge-1.20" 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue