Initial Forge 1.17.1 code (builds, but NOT functional!)
This commit is contained in:
parent
64befe58f4
commit
83fe113db1
21 changed files with 5182 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ include ':fabric-1.16.2'
|
|||
include ':fabric-1.16.1'
|
||||
include ':fabric-1.15.2'
|
||||
include ':fabric-1.14.4'
|
||||
include ':forge-1.17.1'
|
||||
include ':forge-1.16.5'
|
||||
include ':forge-1.16.4'
|
||||
include ':forge-1.16.3'
|
||||
|
|
@ -50,6 +51,7 @@ project(':fabric-1.16.2').projectDir = "$rootDir/fabric-1.16.2" as File
|
|||
project(':fabric-1.16.1').projectDir = "$rootDir/fabric-1.16.1" 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.17.1').projectDir = "$rootDir/forge-1.17.1" as File
|
||||
project(':forge-1.16.5').projectDir = "$rootDir/forge-1.16.5" as File
|
||||
project(':forge-1.16.4').projectDir = "$rootDir/forge-1.16.4" as File
|
||||
project(':forge-1.16.3').projectDir = "$rootDir/forge-1.16.3" as File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue