Files
SimpleTransportHud/settings.gradle
T
2026-02-10 15:16:27 +01:00

10 lines
177 B
Groovy

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