disable quilt

This commit is contained in:
Zoë Gidiere
2023-10-18 19:53:59 -06:00
parent 4671ec5bd3
commit d3a9b57872
9 changed files with 22 additions and 20 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# mixin-common
This project contains mixins shared between Forge, Fabric and Quilt, as
This project contains mixins shared between Forge, Fabric and formerly Quilt, as
well as glue code.
+2 -1
View File
@@ -24,7 +24,8 @@ dependencies {
}
architectury {
common("fabric", "forge", "quilt")
// common("fabric", "forge", "quilt")
common("fabric", "forge")
minecraft = Versions.Mod.minecraft
}