build: add fabric support

This commit is contained in:
2023-08-01 15:45:21 +08:00
parent 2b62599485
commit 9aa248e7f2
15 changed files with 192 additions and 7 deletions

View File

@@ -45,6 +45,10 @@ allprojects {
name = "ParchmentMC"
setUrl("https://maven.parchmentmc.org")
}
maven {
name = "QuiltMC"
setUrl("https://maven.quiltmc.org/repository/release/")
}
}
dependencies {