old-beacon/settings.gradle
Peter 179f906242 first commit, everything is functional.
note that this has been built on the examplemod
2020-12-11 20:14:22 +08:00

11 lines
195 B
Groovy

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