Start Forge 1.21
This commit is contained in:
parent
04af3f840b
commit
91e4c0e009
21 changed files with 3624 additions and 21 deletions
|
|
@ -42,6 +42,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'
|
||||
include ':forge-1.20.6'
|
||||
include ':forge-1.20.2'
|
||||
include ':forge-1.20'
|
||||
|
|
@ -86,6 +87,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').projectDir = "$rootDir/forge-1.21" as File
|
||||
project(':forge-1.20.6').projectDir = "$rootDir/forge-1.20.6" 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue