mirror of
https://github.com/TeamMidnightDust/CullLeaves.git
synced 2025-12-13 05:15:10 +01:00
17 lines
376 B
Groovy
17 lines
376 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven { url "https://maven.fabricmc.net/" }
|
|
maven { url "https://maven.architectury.dev/" }
|
|
maven { url "https://maven.neoforged.net/releases" }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
include("common")
|
|
include("fabric-like")
|
|
include("fabric")
|
|
//include("quilt")
|
|
include("neoforge")
|
|
|
|
rootProject.name = "cullleaves"
|