mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 11:15:23 -05:00
14044f3b57
Co-authored-by: LLytho <main@lytho.dev>
14 lines
430 B
Text
14 lines
430 B
Text
pluginManagement {
|
|
repositories {
|
|
maven("https://maven.architectury.dev/")
|
|
maven("https://maven.fabricmc.net/")
|
|
maven("https://maven.minecraftforge.net/")
|
|
maven("https://maven.neoforged.net/releases")
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
val modName: String by extra
|
|
val minecraftVersion: String by extra
|
|
rootProject.name = "$modName-$minecraftVersion"
|
|
include("Common", "NeoForge", "Fabric")
|