almostunified/settings.gradle.kts
Relentless 14044f3b57
1.21 port (#86)
Co-authored-by: LLytho <main@lytho.dev>
2024-08-22 15:06:58 +02:00

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")