Files
copper-farmers/settings.gradle
T

14 lines
216 B
Groovy
Raw Normal View History

2025-10-25 14:22:03 +02:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
2026-07-17 20:16:02 +02:00
}
// Should match your modid
rootProject.name = 'copper-farmers'