mirror of
https://github.com/TeamMidnightDust/SelectiveAuth.git
synced 2025-12-16 07:35:08 +01:00
Just putting this out here, have fun
This commit is contained in:
15
settings.gradle
Normal file
15
settings.gradle
Normal file
@@ -0,0 +1,15 @@
|
||||
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")
|
||||
//include("quilt") // Native quilt support is disabled atm, as the Quilt libraries are currently in maintenance mode
|
||||
include("neoforge")
|
||||
|
||||
rootProject.name = "yourmod"
|
||||
Reference in New Issue
Block a user