This commit is contained in:
kin fuyuki 2026-03-06 23:59:40 -03:00
commit e01376d7c8
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401
95 changed files with 3730 additions and 0 deletions

View file

@ -0,0 +1,23 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
maven {
name = 'Babric'
url = 'https://maven.glass-launcher.net/babric'
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositories {
maven {
url = uri("../_localmaven")
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
}