Files
mfmd2627/settings.gradle
2026-07-03 23:43:41 +02:00

14 lines
210 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}
// Should match your modid
rootProject.name = 'mfmd2627'