options-profiles/settings.gradle
axolotlmaid 64eca1222a Upgrade everything
- Gradle
- Architectury Loom
- Mod implementations
- Versions
2024-05-31 22:48:27 +01:00

14 lines
347 B
Groovy

pluginManagement {
repositories {
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
maven { url "https://maven.minecraftforge.net/" }
gradlePluginPortal()
}
}
include("common")
include("fabric")
include("forge")
rootProject.name = "optionsprofiles-v1.2.2-1.20.6"