Start forge 1.18
This commit is contained in:
parent
724fc2b367
commit
4d2769e46d
21 changed files with 5115 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ include ':fabric-1.17.1'
|
|||
include ':fabric-1.16.4'
|
||||
include ':fabric-1.15.2'
|
||||
include ':fabric-1.14.4'
|
||||
include ':forge-1.18'
|
||||
include ':forge-1.17.1'
|
||||
include ':forge-1.16.5'
|
||||
include ':forge-1.15.2'
|
||||
|
|
@ -51,6 +52,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.18').projectDir = "$rootDir/forge-1.18" 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.15.2').projectDir = "$rootDir/forge-1.15.2" as File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue