Add Forge 1.21.5
This commit is contained in:
parent
cf19ee677d
commit
d74450eb8a
19 changed files with 3618 additions and 0 deletions
|
|
@ -45,6 +45,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.5'
|
||||
include ':forge-1.21.3'
|
||||
include ':forge-1.21'
|
||||
include ':forge-1.20.6'
|
||||
|
|
@ -92,6 +93,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.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
|
||||
project(':forge-1.20.6').projectDir = "$rootDir/forge-1.20.6" as File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue