Midcraft/settings.gradle
fullgream 784eda60ee
Some checks are pending
build / build (push) Waiting to run
Add fabric mod files
2025-09-24 12:55:26 +03:00

10 lines
151 B
Groovy

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