mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 23:25:10 +01:00
Architectury build system & huge code cleanup
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven {
|
||||
name 'Fabric'
|
||||
url 'https://maven.fabricmc.net/'
|
||||
}
|
||||
maven { url "https://maven.fabricmc.net/" }
|
||||
maven { url "https://maven.architectury.dev/" }
|
||||
maven { url "https://maven.neoforged.net/releases" }
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = 'midnightcontrols'
|
||||
include("common")
|
||||
include("fabric")
|
||||
//include("quilt") // Native quilt support is disabled atm, as the Quilt libraries are currently in maintenance mode
|
||||
include("neoforge")
|
||||
|
||||
rootProject.name = "midnightcontrols"
|
||||
|
||||
Reference in New Issue
Block a user