MineLittlePony/settings.gradle
Matthew Messinger 460e8c56b4 Move hdskins back to main
It wasn't going to stay there because loom doesn't support arbitrary mod configurations
2019-07-03 23:40:56 -04:00

13 lines
No EOL
284 B
Groovy

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