Files
MountTeleportFix/settings.gradle
2025-04-16 20:15:52 +09:00

10 lines
177 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}