Add forge 1.21.3
This commit is contained in:
parent
ddf46e31f8
commit
9a5ddab747
20 changed files with 3606 additions and 1 deletions
|
|
@ -45,6 +45,7 @@ include ':fabric-1.16.4'
|
|||
include ':fabric-1.15.2'
|
||||
include ':fabric-1.14.4'
|
||||
include ':forge-1.21.4'
|
||||
include ':forge-1.21.3'
|
||||
include ':forge-1.21'
|
||||
include ':forge-1.20.6'
|
||||
include ':forge-1.19.3'
|
||||
|
|
@ -91,6 +92,7 @@ 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.4').projectDir = "$rootDir/forge-1.21.4" 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
|
||||
project(':forge-1.19.3').projectDir = "$rootDir/forge-1.19.3" as File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue