Add forge 1.21.6/1.21.7
This commit is contained in:
parent
6a85dcddf7
commit
8cdfee1cb8
20 changed files with 3595 additions and 1 deletions
|
|
@ -47,6 +47,7 @@ include ':fabric-1.17.1'
|
|||
include ':fabric-1.16.4'
|
||||
include ':fabric-1.15.2'
|
||||
include ':fabric-1.14.4'
|
||||
include ':forge-1.21.6'
|
||||
include ':forge-1.21.5'
|
||||
include ':forge-1.21.3'
|
||||
include ':forge-1.21'
|
||||
|
|
@ -97,6 +98,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.21.6').projectDir = "$rootDir/forge-1.21.6" as File
|
||||
project(':forge-1.21.5').projectDir = "$rootDir/forge-1.21.5" as File
|
||||
project(':forge-1.21.3').projectDir = "$rootDir/forge-1.21.3" as File
|
||||
project(':forge-1.21').projectDir = "$rootDir/forge-1.21" as File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue