TechReborn/settings.gradle

11 lines
173 B
Groovy
Raw Normal View History

2021-02-08 20:58:47 +01:00
pluginManagement {
repositories {
maven {
url = "https://maven.fabricmc.net"
name = "FabricMC"
}
gradlePluginPortal()
}
}
2020-02-12 19:36:01 +01:00
rootProject.name = "TechReborn-1.16"