mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-15 19:25:09 +01:00
Architectury port, EMI compat
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven {
|
||||
name = 'Fabric'
|
||||
url = 'https://maven.fabricmc.net/'
|
||||
}
|
||||
maven { url "https://maven.fabricmc.net/" }
|
||||
maven { url "https://maven.architectury.dev/" }
|
||||
mavenCentral()
|
||||
maven { url "https://maven.neoforged.net/releases" }
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "blur"
|
||||
include("common")
|
||||
include("fabric")
|
||||
include("neoforge")
|
||||
//include("quilt")
|
||||
|
||||
rootProject.name = "blur"
|
||||
|
||||
Reference in New Issue
Block a user