26 lines
335 B
Groovy
26 lines
335 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = "Fabric"
|
|
url = "https://maven.fabricmc.net/"
|
|
}
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "sanctuary-26.2"
|
|
|
|
include(
|
|
"anotherworld",
|
|
"itsalive",
|
|
"ambiance",
|
|
"redstoner",
|
|
"iliketomoveit",
|
|
"ouch",
|
|
"onlyfun",
|
|
"sanctuary",
|
|
"events",
|
|
"masterkey"
|
|
)
|