This commit is contained in:
Morrígan 2025-06-25 19:20:25 +02:00
commit 1c6e3a2abf
Signed by: morrigan
GPG key ID: CACB010F463A77D0
16 changed files with 693 additions and 0 deletions

14
settings.gradle Normal file
View file

@ -0,0 +1,14 @@
pluginManagement {
repositories {
maven {
name = 'Quilt'
url = 'https://maven.quiltmc.org/repository/release'
}
// Currently needed for Intermediary and other temporary dependencies
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}