Start Forge 1.20.6 code (not yet functional)
This commit is contained in:
parent
c91baab945
commit
9bd467ead9
32 changed files with 3655 additions and 30 deletions
|
|
@ -40,6 +40,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.6'
|
||||
include ':forge-1.20.2'
|
||||
include ':forge-1.20'
|
||||
include ':forge-1.19.3'
|
||||
|
|
@ -81,6 +82,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.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
|
||||
project(':forge-1.19.3').projectDir = "$rootDir/forge-1.19.3" as File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue