Update to Forge 1.18.2

This commit is contained in:
shedaniel
2022-03-02 11:43:45 +08:00
parent b0517249b6
commit d550eef8e2
11 changed files with 100 additions and 46 deletions

View File

@@ -14,9 +14,9 @@ if (JavaVersion.current().ordinal() + 1 < 17) {
include("common")
include("fabric")
//include("forge")
include("forge")
include("testmod-common")
include("testmod-fabric")
//include("testmod-forge")
include("testmod-forge")
rootProject.name = "architectury"