remove comments

This commit is contained in:
Zoë Gidiere
2023-11-09 11:37:46 -07:00
parent acf79f5c53
commit d8938c5519
2 changed files with 0 additions and 2 deletions

View File

@@ -24,7 +24,6 @@ dependencies {
}
architectury {
// common("fabric", "forge", "quilt")
common("fabric", "forge")
minecraft = Versions.Mod.minecraft
}

View File

@@ -41,7 +41,6 @@ tasks {
}
architectury {
// common("fabric", "quilt")
common("fabric")
minecraft = Versions.Mod.minecraft
}